Skip to content

thecookiefactory/duchess

Repository files navigation

duchess Build Status Coverage Status

Spoiler Alert

This repo contains spoilers for the game itself. Please refrain from snooping around too much here if you're planning on ever playing it.

Dependencies

Installation

  1. Clone the repo: git clone https://github.com/thecookiefactory/duchess.git
  2. (Optional) Create a virtualenv: virtualenv .venv
  3. (Optional) Enter your virtualenv: source .venv/bin/activate
  4. Install the dependencies: pip install -r requirements/development.txt
  5. Rename config.py.template to config.py and modify it to your liking.
  6. (Optional) Set your DUCHESS_ENV environment variable to Development.
  7. Run the server: invoke start