#Rebook All codes should be run in the dircetory of the project clone from the github
-
python -m venv venv
-
if u are on windows run,
"venv/Scripts/activate.bat"
to activate the virtual environment
- After cloning the project and activating the venv
pip install -r requirements.txt
to inatall all packages into the venv
python manage.py runserver
- click on link or open 127.0.0.1:8000 in browser