Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

anthropedia/tci-online

Repository files navigation

Installation

prepare your virtual environment: python -m venv ./venv && source ./venv/bin/activate && pip install -r requirements.txt copy your settings file: cp settings.example.py settings.py run your app: python app.py

You can now open your browser at http://localhost:5000