From: precioussheep Date: Mon, 8 Sep 2025 00:42:42 +0000 (+1000) Subject: update README to reflect pyproject build and remove python2 support X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c1fd2b65863b9a1c1d888c3f1f83cc928328c706;p=redacted-XKCD-password-generator.git update README to reflect pyproject build and remove python2 support --- diff --git a/README.rst b/README.rst index e36795e..833126f 100644 --- a/README.rst +++ b/README.rst @@ -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).