Create venv and use it python3 -m venv .venv source .venv/bin/activate Install deps python -m pip install --upgrade pip setuptools wheel pip install -e . Run some examples python examples/mitm/main.py python examples/mitm/tests/https.py