Group 8C - BestBarber Project Web App Development
I recommend you to use Visual Studio Code.
- Clone this repo.
- Use a terminal inside VSCode: Create a virtual environment using
python virtualenv venv
# Check if you have venv folder after you type this command.
# If you do, it means that it worked
- Activate your virtual environment
cd venv && Scripts/activate
-
Check if your terminal has this prefix: (venv) If so, it worked.
-
Install required packages using:
pip install -r requirements.txt
- Now check if you can run the project.
python manage.py runserver
- Clone this repo.
- Use a terminal inside VSCode: Create a virtual environment using
virtualenv venv
# Check if you have venv folder after you type this command.
# If you do, it means that it worked
- Activate your virtual environment
cd venv
source bin/activate
-
Check if your terminal has this prefix: (venv) If so, it worked.
-
Install required packages using:
pip install -r requirements.txt
- Now check if you can run the project.
python manage.py runserver