Commit 98f4176f by Sébastien Eustace

Remove the reference to the --develop option

parent 9d72bb99
......@@ -108,13 +108,7 @@ my-package = { path = "../my-package/" }
my-package = { path = "../my-package/dist/my-package-0.1.0.tar.gz" }
```
!!!note
You can install path dependencies in editable/development mode.
Just pass `--develop my-package` (repeatable as much as you want) to
the `install` command.
### `url` dependencies
To depend on a library located on a remote archive,
......
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