diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..d00c9d6 --- /dev/null +++ b/INSTALL @@ -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 + +