Skip to content

Commit 923d649

Browse files
Update CONTRIBUTING.md to use robust localdev setup
Co-authored-by: Christian Clauss <[email protected]>
1 parent a90500f commit 923d649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ so that you have a copy on GitHub that you can clone and work with
4444
install the developement package by running
4545
```console
4646
$ cd git-sim
47-
$ python setup.py develop
47+
$ python -m pip install --no-deps -e .
4848
```
4949
This will install sources from your cloned repo such that you can edit the source and the changes are reflected instantly.
5050

0 commit comments

Comments
 (0)