Skip to content

Commit 1d315ee

Browse files
CONTRIBUTING: update development install instructions
setup.py is gone since ae45d47 ("Use `hatch` for packaging"). Update the instructions accordingly. Signed-off-by: Bastian Krause <[email protected]>
1 parent 62bd22d commit 1d315ee

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
@@ -100,7 +100,7 @@ project or Python, here are the steps to get you started.
100100
[sync changes you make](https://help.github.com/articles/syncing-a-fork/)
101101
with the original repository.
102102
4. Enter the local directory `cd docker-py`.
103-
5. Run `python setup.py develop` to install the dev version of the project
103+
5. Run `pip install ".[dev]"` to install the dev version of the project
104104
and required dependencies. We recommend you do so inside a
105105
[virtual environment](http://docs.python-guide.org/en/latest/dev/virtualenvs)
106106

0 commit comments

Comments
 (0)