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
pip3 install virtualenv # installs virtualenv if you don't have it
source env/bin/activate # Activates the virtual environment
pip install -r requirements.txt # Installs all dependencies needed for the project to run