To make a virtual environment run (name of virtual environment 'agileEnv'): pyhton -m venv agileEnv
windows: 'cd' to where you can locate your environment and run 'source ./agileEnv/Scripts/activate' mac: 'cd' to where you can locate your environment and run 'source ./agileEnv/bin/activate'
Make sure your environment is activated then: 'cd' to where you can access manage.py (in the first physiopeidaWeb folder) and run 'python manage.py runserver' Then go to the ip shown in terminal (usually 127.0.0.1:8000)