- Python 3
- Pip
- optional: virtualenv
Using virtual env:
- If you haven't setup the environment: python3 -m venv okta1
- (Windows) env/Scripts/activate
- Install dependencies: pip install -r requirements.txt
Setup client_secrets.json file:
- copy client_secrets.json.dist to client_secrets.json
- replace domain, client id, secrets, etc
Don't commit the secrets to source control!
- python app.py