Commit ec9becc8 by Ben Patterson

Move pip requirements for clarity on dev-test and doc development requirements.

Change-Id: Id44ec5636a947888bb02f10d3dcb8bf8c52fb066
parent edb2a83c
...@@ -9,7 +9,7 @@ Getting Started ...@@ -9,7 +9,7 @@ Getting Started
1. Get the code (e.g. clone the repository). 1. Get the code (e.g. clone the repository).
2. Install the Python requirements: 2. Install the Python requirements:
$ pip install -r requirements/local.txt $ pip install -r requirements/devtest.txt
3. Change to the Django project directory. 3. Change to the Django project directory.
...@@ -39,6 +39,7 @@ Testing ...@@ -39,6 +39,7 @@ Testing
------- -------
### Python Tests ### Python Tests
$ cd analytics-dashboard
$ ./manage.py test $ ./manage.py test
### JavaScript Tests ### JavaScript Tests
......
...@@ -2,3 +2,4 @@ ...@@ -2,3 +2,4 @@
-r base.txt -r base.txt
coverage==3.6 coverage==3.6
django-discover-runner==0.4 django-discover-runner==0.4
django-debug-toolbar==1.0.1
# Dependencies for building documentation
-r base.txt
Sphinx==1.2.1
# Local development dependencies go here
-r base.txt
coverage==3.6
django-discover-runner==0.4
django-debug-toolbar==1.0.1
Sphinx==1.2.1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment