Skip to content

A Python library to generate Forte fboot configuration files programatically

License

Notifications You must be signed in to change notification settings

Aimirim-STI/pyfboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forte Fboot Generator library

Create projects for 4diac-Forte programatically by writing it's fboot file.

Installing for usage

To use this there are basically two types of install, one use a

Using a virtual enviroment

Create the enviroment

$ python3.8 -m venv .venv
$ source .venv/bin/activate

Install the library

$ pip install ssh://git@aimirimsti.ddns.net:3022/application_eng/data-collector/pyfboot.git

Using a conda

Crete the conda enviroment

$ conda create -n my_project python=3.8
$ conda activate my_project

Install the library

$ pip install ssh://git@aimirimsti.ddns.net:3022/application_eng/data-collector/pyfboot.git

Installing for development

To start developtin in this project, just clone this git repository.

$ git clone https://aimirimsti.ddns.net/gitlab/application_eng/data-collector/pyfboot

Go into the pyfboot folder and create and activate the virtual environment

$ python3.8 -m venv .venv
$ source .venv/bin/activate

Install it directly by the library folder

$ pip install .

About

A Python library to generate Forte fboot configuration files programatically

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages