summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index afa5500..7803c46 100644
--- a/README.rst
+++ b/README.rst
@@ -57,12 +57,12 @@ Assuming you have pip installed::
cd nikola
pip install .
-Optionally (for markdown and lots of other features)::
-
- pip install -r requirements.txt
-
-For even more stuff, like tests and very optional features::
+For optional features::
pip install -r requirements-full.txt
+
+For tests (see tests/README.rst for more details)::
+
+ pip install -r requirements-tests.txt
For more information, see http://getnikola.com/