Skip to content

Commit 231033d

Browse files
committed
Update installation procedure
1 parent a26cac4 commit 231033d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ For an overview of some application concepts see the [wiki page](https://github.
99

1010
# Requirements
1111

12-
You will need Python 2.6+ and Django 1.3+ with South isodate and Tastypie.
12+
You will need Python 2.6+ and Django 1.4+ with South and isodate
1313

14-
In Debian and Ubuntu, they can be installed with:
14+
To install all needed dependencies using pip:
1515

16-
sudo apt-get install python-django python-django-south python-tastypie
16+
pip install -r requirements.txt
1717

18-
Instead of using distribution packages, you can use pip:
18+
To install dependencies and the codespeed Django app:
1919

20-
sudo pip install -r requirements.txt
20+
python setup.py install
2121

2222
If you want version control integration, there are additional requirements:
2323

0 commit comments

Comments
 (0)