aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorLibravatarAgustin Henze <tin@sluc.org.ar>2014-02-28 08:49:41 -0300
committerLibravatarAgustin Henze <tin@sluc.org.ar>2014-02-28 08:49:41 -0300
commit0f1e24f7888ba16fe5629c57fd00f0deacb63e5e (patch)
tree7153a3a11b766f375b1d1c0a7adc599e0a9f9c55 /README.rst
parent04fc43563d3d5d4218004690b5e14c19c67bdcbc (diff)
parent2828399ba5cbb14502b023d4de1ba02f13dd5055 (diff)
Merge tag 'upstream/6.3.0'
Upstream version 6.3.0
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/