Installing dependencies
Navigate to the project folder
cd <projectname>
Activate the virtual environment
source venv/bin/activate
Install dependencies using:
pip install -r requirements.txt
Navigate to the project folder
cd <projectname>
Activate the virtual environment
source venv/bin/activate
Install dependencies using:
pip install -r requirements.txt