An open API service indexing awesome lists of open source software.

https://github.com/zapix/running-game

DjangoDash 2013
https://github.com/zapix/running-game

Last synced: 7 months ago
JSON representation

DjangoDash 2013

Awesome Lists containing this project

README

          

running-game
============

DjangoDash 2013

installation
------------

On system:

```
$sudo apt-get install python-dev
$sudo apt-get install libevent-dev
$sudo apt-get install postgresql-server-dev-9.1
$sudo apt-get install libzeromq-dev
```

On virtualenv:

```
$pip install -r requirements.txt
```

run
---

```
$python run.py
```