Install clone repository with git clone change directory by cd python-example run python3 -m venv venv to create virtualenv activate virtualenv with source venv/bin/activate run pip install -r requirements.txt Tests pytest tests/unit Run python main.py