Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 548 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 548 Bytes

visitors

This project uses piptools to manage the virtual environment.

Therefore follow the following setup procedure.

  1. Create Virtual enviroment python -m venv .venv --prompt="ssl_experiment"
  2. Initiate virtual environment
source .venv/bin/activate
  1. Install pip-tools
pip install pip-tools
  1. Install all required packages from requirements.txt
pip-sync
  1. Start jupyter notebook server and open the ssl notebook
jupyter notebook