Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 573 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 573 Bytes

Async Poker

Setup Instructions

  1. Clone the repository: git clone https://github.com/kparaju/async-poker.git
  2. Change into the directory: cd async-poker
  3. (Optional) create a virtualenv: virtualenv .env
  4. (Optional) go inside the virtualenv: source .env/bin/activate
  5. Install required python packages: pip install requirements.txt
  6. Create a settings file: cp asyncagile/asyncagile/settings.py.ex asyncagile/asyncagile/settings.py
  7. Modify anything you need to in settings.py
  8. Start the dev server: cd asyncagile; python manage.py runserver