Install the libraries for the first time downloading code. 1. Run Visual Studio Code 2. Open folder "ClearSpiritProject" 3. Terminal -> New Terminal 4. Run command "virtualenv venv" 5. Run command ".\venv\Scripts\activate" 6. Run command "pip install -r requirements.txt" 7. Test: Run command "python manage.py runserver" Run debug mode: Run -> Start Debugging (F5)