-
Start the environment up. From the project ROOT run
$ source bin/activate -
Execute the index script with
$ python bootstrap.py
n) Exit the environment with $ deactivate
Things like packages should be installed using pip from an "Active" environment.
shift + command + b will execute the active file in the VS Code editor.