Skip to content

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