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