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