Skip to content

Commit a1f6fee

Browse files
authored
Merge pull request #29 from kattni/setup-py-disabled
Add setup.py.disabled, update README
2 parents 11ea0fb + 08e2332 commit a1f6fee

File tree

3 files changed

+4
-92
lines changed

3 files changed

+4
-92
lines changed

README.rst

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -37,33 +37,6 @@ This is easily achieved by downloading
3737

3838
Demos may require libraries not listed here.
3939

40-
Installing from PyPI
41-
=====================
42-
.. note:: This library is not available on PyPI yet. Install documentation is included
43-
as a standard element. Stay tuned for PyPI availability!
44-
45-
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
46-
PyPI <https://pypi.org/project/adafruit-circuitpython-clue/>`_. To install for current user:
47-
48-
.. code-block:: shell
49-
50-
pip3 install adafruit-circuitpython-clue
51-
52-
To install system-wide (this may be required in some cases):
53-
54-
.. code-block:: shell
55-
56-
sudo pip3 install adafruit-circuitpython-clue
57-
58-
To install in a virtual environment in your current project:
59-
60-
.. code-block:: shell
61-
62-
mkdir project-name && cd project-name
63-
python3 -m venv .env
64-
source .env/bin/activate
65-
pip3 install adafruit-circuitpython-clue
66-
6740
Usage Example
6841
=============
6942
This example displays sensor and input data on the CLUE display.

setup.py

Lines changed: 0 additions & 65 deletions
This file was deleted.

setup.py.disabled

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
"""
2+
This library is not deployed to PyPI. It is either a board-specific helper library, or
3+
does not make sense for use on or is incompatible with single board computers and Linux.
4+
"""

0 commit comments

Comments
 (0)