mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
Added requirements file
This commit is contained in:
parent
151bbce7ae
commit
b71fd7382d
2 changed files with 6 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ Local Installation
|
|||
|
||||
1. Create a **virtualenv**. Activate it.
|
||||
2. cd into django-admin2
|
||||
3. type ``$ python setup.py develop``
|
||||
3. type ``$ pip install -r requirements.txt``
|
||||
|
||||
|
||||
Issues!
|
||||
|
|
|
|||
5
requirements.txt
Normal file
5
requirements.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
django>=1.5.0
|
||||
django-braces==1.0.0
|
||||
djangorestframework==2.3.3
|
||||
django-debug-toolbar==0.9.4
|
||||
coverage==3.6
|
||||
Loading…
Reference in a new issue