Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 208 Bytes

File metadata and controls

12 lines (6 loc) · 208 Bytes

Create the virtual environment:

virtualenv -p python3 env/;

Enter the virtual environment form fish shell:

source env/bin/activate.fish;

Install the dependencies:

pip install -r requirements.txt;