Skip to content

Commit

Permalink
Merge pull request #66 from pradishb/develop
Browse files Browse the repository at this point in the history
Fix requirements-dev path
  • Loading branch information
neomonkeus committed Jan 6, 2020
2 parents 056966f + eebc198 commit 7f4404d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -46,7 +46,7 @@ To get the latest (but possibly unstable) code, clone PyFFI from its
git clone --recursive git://github.com/niftools/pyffi.git
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements-dev.txt
pip install -r requirements/requirements-dev.txt

Be sure to use the --recursive flag to ensure that you also get all
of the submodules.
Expand Down

0 comments on commit 7f4404d

Please sign in to comment.