Pip

python36 -m pip install

Venv

python36 -m venv

Clean cache

find . -type f -name '*.py[co]' -delete -o -type d -name __pycache__ -delete