how to start an environment with requirements.txt code example
Example 1: how to activate venv python
python3 -m venv tutorial-env
Example 2: create a virtualenv python3
py -m venv env
python3 -m venv tutorial-env
py -m venv env