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