These commands bellow are creating a folder .venv and activate the environment in the terminal.
python3 manage.py venv .venv
source .venv/bin/activate
py manage.py venv .venv
.venv/Scripts/activate
pip install -r requirements.txt
python3 manage.py runserver