From 91faf9cd265c34c683f98f8d3285f7bd405770ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Gmach?= Date: Mon, 23 Feb 2026 18:43:14 +0100 Subject: [PATCH] Update installation instructions in README The project now uses a modern version of setuptools which do not include a `setup.py` any more. Updated installations instructions to reflect these changes. fixes #189 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 539922d0..7a8c6031 100644 --- a/README.rst +++ b/README.rst @@ -61,7 +61,7 @@ Or from source:: $ git clone https://github.com/jsocol/pystatsd $ cd pystatsd - $ python setup.py install + $ pip install . Docs