aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorbozokopic <bozo.kopic@gmail.com>2017-04-25 00:07:53 +0200
committerbozokopic <bozo.kopic@gmail.com>2017-04-25 00:07:53 +0200
commitf31a6f75f43653a5b3d01aa622371b6676caefd1 (patch)
treee435a98d66786ffaceec072a00ba8a91078e70da /README.rst
parent1a0f8d519b0906a53c35cf36a83b4ab69345678f (diff)
heroku bugfix
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 9e6ced0..f1f974e 100644
--- a/README.rst
+++ b/README.rst
@@ -14,7 +14,7 @@ Runtime requirements
* python >=3.6
-Additional required python packages are listed in `requirements.pip.txt`.
+Additional required python packages are listed in `requirements.txt`.
Development requirements
@@ -30,7 +30,7 @@ Build
Build tool used for `opcut` is pydoit (`http://pydoit.org/`). It can be
installed together with other python dependencies by running::
- $ pip install -r requirements.pip.txt
+ $ pip install -r requirements.txt
For listing available doit tasks, use::