From e67cb03cb789a03db2ee32ec2f0383110db38693 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 2 Dec 2025 12:21:53 +0100 Subject: [PATCH] Update installation instructions to remove setup.py --- docs/source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 94f3ac4c..f8cbff7e 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -12,6 +12,6 @@ from `our GitHub repository`_ and run: .. code-block:: console - $ python setup.py install + $ pip install --editable . .. _our GitHub repository: https://github.com/python-hyper/wsproto