how to initialize the git repo module in mkvirtualenv environment code example
Example: venv git
# ignore your .venv/.env (virtualenv) folder and instead track a requirements.txt file
# Generate with
pip freeze > requirements.txt
# ignore your .venv/.env (virtualenv) folder and instead track a requirements.txt file
# Generate with
pip freeze > requirements.txt