Commit 5c6143fd by Erich Blume Committed by Sébastien Eustace

Fix CONTRIBUTING to use 'install' and not 'develop' (#676)

parent 1f47bb94
...@@ -95,7 +95,7 @@ Now, you will need to install the required dependency for Poetry and be sure tha ...@@ -95,7 +95,7 @@ Now, you will need to install the required dependency for Poetry and be sure tha
tests are passing on your machine: tests are passing on your machine:
```bash ```bash
$ poetry develop $ poetry install
$ poetry run pytest tests/ $ poetry run pytest tests/
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment