We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a90500f commit 923d649Copy full SHA for 923d649
CONTRIBUTING.md
@@ -44,7 +44,7 @@ so that you have a copy on GitHub that you can clone and work with
44
install the developement package by running
45
```console
46
$ cd git-sim
47
-$ python setup.py develop
+$ python -m pip install --no-deps -e .
48
```
49
This will install sources from your cloned repo such that you can edit the source and the changes are reflected instantly.
50
0 commit comments