This project uses piptools to manage the virtual environment.
Therefore follow the following setup procedure.
- Create Virtual enviroment python -m venv .venv --prompt="ssl_experiment"
- Initiate virtual environment
source .venv/bin/activate
- Install pip-tools
pip install pip-tools
- Install all required packages from requirements.txt
pip-sync
- Start jupyter notebook server and open the ssl notebook
jupyter notebook