Commit 7ac4ee24 by Björn Pollex Committed by Sébastien Eustace

Use install in favour of deprecated develop command (#650)

`develop` has been deprecated in [this commit][1], `install` will
automatically use development mode.

[1]: 48ed586b
parent 22887cff
......@@ -97,7 +97,7 @@ Now, you will need to install the required dependency for Poetry and be sure tha
tests are passing on your machine:
```bash
$ poetry develop
$ poetry install
$ 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