diff --git a/README.md b/README.md index fb512d14..2b910a86 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ Further, to run the complete test suite including the ones using [nbval](https:/ ```bash pip install nbval -pytest --nbval examples/ipython/ test --current-env --sanitize-with test/.nbval_sanitize.cfg +pytest --nbval examples/ipython/ test --nbval-current-env --nbval-sanitize-with test/.nbval_sanitize.cfg ``` This could take more than 10 minutes, please be patient.