This repo contains spoilers for the game itself. Please refrain from snooping around too much here if you're planning on ever playing it.
- Python 2.7
- pip (Optional, but very recommended)
- virtualenv (Optional, but recommended)
- redis-server
- Clone the repo:
git clone https://github.com/thecookiefactory/duchess.git
- (Optional) Create a virtualenv:
virtualenv .venv
- (Optional) Enter your virtualenv:
source .venv/bin/activate
- Install the dependencies:
pip install -r requirements/development.txt
- Rename
config.py.template
toconfig.py
and modify it to your liking. - (Optional) Set your
DUCHESS_ENV
environment variable toDevelopment
. - Run the server:
invoke start