Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
Changed:  "pip install -r requirements.txt" to "pip install -r py.requirements.txt"

Requirements file is actually called "py.requirements.txt" and not "requirements.txt"
  • Loading branch information
KotieSmit committed Feb 27, 2018
1 parent 7310fdb commit 17b1c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -37,7 +37,7 @@ Therefore, it should not be installed.
To prepare the local installation, use the following command to install
all prerequisites::

pip install -r requirements.txt
pip install -r py.requirements.txt

Snapshots of the `behave`_ and `parse_type`_ implementations
are provided in the directory ``lib/python/``. This directory is
Expand Down

0 comments on commit 17b1c32

Please sign in to comment.