NSGWE documentation
Commands
Using Makefile
make
make - Create a virtual environment and install dependencies.
Manually
python3 -m venv venv
source venv/bin/activate
pip install --ugprade pip
pip install -r requirements.txt
make
make - Create a virtual environment and install dependencies.
python3 -m venv venv
source venv/bin/activate
pip install --ugprade pip
pip install -r requirements.txt