# canon_law A service for referencing Orthodox canon law. ## Self-Host Installation ### Step 1. Python Setup (Linux/MacOS) ```bash python3 -m venv venv source venv/bin/activate pip install -U colorama flask tinydb ``` ### Step 1. Python Setup (Windows) ```bat python3 -m venv venv .\venv\Scripts\activate pip install -U colorama flask tinydb ``` ### Step 2. Setting Environment Variables You will need to set your flask environment to `development` or `production`, with the former having an interactive debugger and live reload. For Linux, you will use `export FLASK_ENV=