You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before grading this repository, execute the following two lines in a command prompt to setup the virtual environment and requirements.
python -m venv venv
pip freeze > requirements.txt