python3 -m pip install --user --upgrade pip python3 -m pip --version python3 -m venv zenv . zenv/bin/activate
pip install opencv-python
deactivate