Follow these steps to set up a virtual environment for development:
- Activate the virtual environment by running the command
source venv/bin/activate
. - Install the packages by running the command
pip install -r requirements.txt
.
Remember to activate the virtual environment every time you work on the project by running source env/bin/activate
from the repository's root directory.