A demo for running Python projects in CodeRoad.
Code runs inside of a virtual environment.
On Windows, run:
tutorial-env\Scripts\activate.batOn Unix or MacOS, run:
source tutorial-env/bin/activateSee python venv docs for more.
Enter the code directory
cd coderoad-starterInstall dependencies
pip install requirements.txtTo run tests, run:
python tests