Installation

With conda

  1. 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
  1. Clone the repository:

git clone https://github.com/steevelaquitaine/bsfit.git

With venv

[TODO]

Then have a look at some of the tutorials !