From d718d24aa93a9b4662807918dc6518dc19d6b6e9 Mon Sep 17 00:00:00 2001 From: brentru Date: Fri, 3 Jan 2020 14:30:51 -0500 Subject: [PATCH] add install instructions to README, enable setup.py --- README.rst | 1 - setup.py.disabled => setup.py | 0 2 files changed, 1 deletion(-) rename setup.py.disabled => setup.py (100%) diff --git a/README.rst b/README.rst index 4a11498..80c7d85 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,6 @@ This is easily achieved by downloading Installing from PyPI ===================== - 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