A brief description of your Django project.
git clone https://github.com/yourusername/yourproject.git
cd yourproject
python3 -m venv .venv # Create a virtual environment in the current directory
source .venv/bin/activate # Linux/Mac
. .venv\Scripts\activate # Windows
source .venv/Scripts/activate # Windows + git bash
pip install -r requirements.txt