We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a26cac4 commit 231033dCopy full SHA for 231033d
1 file changed
README.md
@@ -9,15 +9,15 @@ For an overview of some application concepts see the [wiki page](https://github.
9
10
# Requirements
11
12
-You will need Python 2.6+ and Django 1.3+ with South isodate and Tastypie.
+You will need Python 2.6+ and Django 1.4+ with South and isodate
13
14
-In Debian and Ubuntu, they can be installed with:
+To install all needed dependencies using pip:
15
16
- sudo apt-get install python-django python-django-south python-tastypie
+ pip install -r requirements.txt
17
18
-Instead of using distribution packages, you can use pip:
+To install dependencies and the codespeed Django app:
19
20
- sudo pip install -r requirements.txt
+ python setup.py install
21
22
If you want version control integration, there are additional requirements:
23
0 commit comments