1
0
Fork 0

activate py

main
Jeff Moe 2023-01-29 10:50:12 -07:00
parent 339dee9050
commit efcc6fc005
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@ virtualenv -p python3 env
source env/bin/activate source env/bin/activate
pip install --upgrade pip pip install --upgrade pip
pip install -r requirements.txt pip install -r requirements.txt
deactivate
``` ```
@ -31,6 +32,8 @@ pip install -r requirements.txt
Use thusly. Use thusly.
``` ```
cd plot-freely/
source env/bin/activate
./polar-plot ./polar-plot
``` ```