Skip to content

Commit 65bfdff

Browse files
author
Batiste Bieler
committed
Add install instructions
1 parent 9433ecf commit 65bfdff

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@ Screenshot
1414

1515
.. image:: http://batiste.dosimple.ch/django-rpg-screenshot.png
1616

17+
18+
Install
19+
=======
20+
21+
To install on a ubuntu distribution::
22+
23+
$ sudo apt-get install python python-django python-pip git sqlite3
24+
$ sudo pip install gevent
25+
$ git clone git://github.com/batiste/django-rpg.git
26+
$ cd django-rpg/
27+
$ python manage.py syncdb
28+
$ python run.py
29+
30+
1731
Features
1832
========
1933

0 commit comments

Comments
 (0)