@@ -8,18 +8,15 @@ For an overview of some application concepts see the [wiki page](https://github.
88
99# Requirements
1010
11- You will need Python 2.6+ and Django 1.3+ with South and Tastypie.
11+ You will need Python 2.6+ and Django 1.3+ with South isodate and Tastypie.
1212
1313In Debian and Ubuntu, they can be installed with:
1414
1515 sudo apt-get install python-django python-django-south python-tastypie
1616
1717Instead of using distribution packages, you can use pip:
1818
19- sudo pip install django
20- sudo pip install South
21- sudo pip install django-tastypie
22- sudo pip install isodate
19+ sudo pip install -r requirements.txt
2320
2421If you want version control integration, there are additional requirements:
2522
@@ -59,6 +56,16 @@ modify `sample_project/settings.py` and set `DEBUG = False`.
5956
6057# Codespeed configuration
6158
59+ ## Using the provided test data
60+
61+ If you want to test drive Codespeed, you can use the testdata.json fixtures to have a working data set to browse.
62+
63+ * From the ` sample_project/ ` directory, type:
64+
65+ ./manage.py loaddata ../codespeed/fixtures/testdata.json
66+
67+ ## Starting from scratch
68+
6269Before you can start saving (and displaying) data, you need to first create an
6370environment and define a default project.
6471
0 commit comments