From 61a5a2a2f3d17b6befe77ae6225fe42e64bcd335 Mon Sep 17 00:00:00 2001 From: Bastian Krause Date: Mon, 1 Sep 2025 12:37:45 +0200 Subject: [PATCH] CONTRIBUTING: update development install instructions setup.py is gone since ae45d477 ("Use `hatch` for packaging"). Update the instructions accordingly. Signed-off-by: Bastian Krause --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index acf22ef7ca..83d891a7ac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -100,7 +100,7 @@ project or Python, here are the steps to get you started. [sync changes you make](https://help.github.com/articles/syncing-a-fork/) with the original repository. 4. Enter the local directory `cd docker-py`. -5. Run `python setup.py develop` to install the dev version of the project +5. Run `pip install ".[dev]"` to install the dev version of the project and required dependencies. We recommend you do so inside a [virtual environment](http://docs.python-guide.org/en/latest/dev/virtualenvs)