activate the venv
''' source blockchain-env/bin/activate '''
Install all packages
''' pip3 install -r requirements.txt '''
Run the tests Make sure to activate venv.
''' python -m pytest backend/tests '''
| Name | Name | Last commit date | ||
|---|---|---|---|---|
activate the venv
''' source blockchain-env/bin/activate '''
Install all packages
''' pip3 install -r requirements.txt '''
Run the tests Make sure to activate venv.
''' python -m pytest backend/tests '''