From 3ac3a9a91beec037dca0dbae1d04f29556d0c69a Mon Sep 17 00:00:00 2001 From: brentru Date: Fri, 3 Jan 2020 14:26:54 -0500 Subject: [PATCH] add install instructions to README, enable setup.py --- README.rst | 3 --- setup.py.disabled => setup.py | 0 2 files changed, 3 deletions(-) rename setup.py.disabled => setup.py (100%) diff --git a/README.rst b/README.rst index 8e26dda..7bc5599 100644 --- a/README.rst +++ b/README.rst @@ -28,9 +28,6 @@ This is easily achieved by downloading Installing from PyPI ===================== -.. note:: This library is not available on PyPI yet. Install documentation is included - as a standard element. Stay tuned for PyPI availability! - On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from PyPI `_. To install for current user: diff --git a/setup.py.disabled b/setup.py similarity index 100% rename from setup.py.disabled rename to setup.py