From 2d3dae107710b7b9df555f7a9ea8e30d8588ae0d Mon Sep 17 00:00:00 2001 From: brentru Date: Fri, 3 Jan 2020 14:04:50 -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 ad7a11e..1e5d242 100644 --- a/README.rst +++ b/README.rst @@ -34,9 +34,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