Installation¶
With conda¶
Create a virtual environment and install the dependencies:
conda create -n bsfit python==3.6.13
conda activate bsfit
conda install --file bsfit/requirements.txt -y
Clone the repository:
git clone https://github.com/steevelaquitaine/bsfit.git
With venv¶
[TODO]
Then have a look at some of the tutorials !