Skip to content
This repository has been archived by the owner on Feb 3, 2019. It is now read-only.

Software Installation

Eric Ahn edited this page Mar 22, 2017 · 1 revision

Pending the resolution of issue 15 (client-server architecture), Twilight currently runs on a single machine. As such, instructions will likely change once that issue is resolved.

To install Twilight on one machine, simply clone this repo and change any settings as necessary in the respective YAML files (config.yml is the main file you need to edit). Set up a virtualenv python -m virtualenv -p python3 env and then activate it with source env/bin/activate. Then install dependencies with pip install requirements.txt.

If dependencies are updated, make sure to update requirements.txt using pip freeze > requirements.txt.

Run using python app.py. Other plugins may be loaded by editing this file.

Clone this wiki locally