Skip to content

Commit

Permalink
Uses site packages on pipenv to avoid reinstalling numpy, scipy, matp…
Browse files Browse the repository at this point in the history
…lotlib, if they are available
  • Loading branch information
MonsieurV committed Nov 5, 2018
1 parent 0a6045e commit 19afa49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ Install them using Pipenv to run all sample codes:
cd tests/
# Install dependencies in a virtualenv using Pipenv.
# We install also Matplotlib so we can access it in the virtualenv.
pipenv install --skip-lock
pipenv --site-packages install --skip-lock
```

## Run an example
Expand Down

0 comments on commit 19afa49

Please sign in to comment.