Skip to content

Commit

Permalink
adding install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
colinsauze committed Mar 29, 2023
1 parent 0749bc7 commit afa28fc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
To install it is recommended to use a virtual environment by running the following commands:

python3 -m pip install --user virtualenv
python3 -m venv plcurves
source plcurves/bin/activate
pip install -r requirements.txt


0 comments on commit afa28fc

Please sign in to comment.