update README to reflect pyproject build and remove python2 support
authorprecioussheep <redacted>
Mon, 8 Sep 2025 00:42:42 +0000 (10:42 +1000)
committerprecioussheep <redacted>
Mon, 8 Sep 2025 00:42:42 +0000 (10:42 +1000)
README.rst

index e36795e97db78bf8b165537cdc6f30c1366bcf56..833126f7d950c8669091423a76e7e286fe2e2012 100644 (file)
@@ -23,7 +23,7 @@ Install
 
 or manually::
 
-    python setup.py install
+    pip install .
 
 
 
@@ -38,7 +38,7 @@ Contributions welcome and gratefully appreciated!
 Requirements
 ============
 
-Python 2 (version 2.7 or later), or Python 3 (version 3.4 or later). Running module unit tests on Python 2 requires ``mock`` to be installed.
+Python 3 (version 3.4 or later).
 
 
 
git clone https://git.99rst.org/PROJECT