how to install a venv in python 3.6 code example
Example: pip3 venv install
python3 -m venv /path/to/new/virtual/environment
source <venv>/bin/activate
python3 -m venv /path/to/new/virtual/environment
source <venv>/bin/activate