Skip to content

Commit 467ecfa

Browse files
committed
README.rst: remove PyPI install instructions
1 parent aa812a1 commit 467ecfa

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

README.rst

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -27,33 +27,6 @@ Please ensure all dependencies are available on the CircuitPython filesystem.
2727
This is easily achieved by downloading
2828
`the Adafruit library and driver bundle <https://github.com/adafruit/Adafruit_CircuitPython_Bundle>`_.
2929

30-
Installing from PyPI
31-
=====================
32-
.. note:: This library is not available on PyPI yet. Install documentation is included
33-
as a standard element. Stay tuned for PyPI availability!
34-
35-
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
36-
PyPI <https://pypi.org/project/adafruit-circuitpython-nunchuk/>`_. To install for current user:
37-
38-
.. code-block:: shell
39-
40-
pip3 install adafruit-circuitpython-nunchuk
41-
42-
To install system-wide (this may be required in some cases):
43-
44-
.. code-block:: shell
45-
46-
sudo pip3 install adafruit-circuitpython-nunchuk
47-
48-
To install in a virtual environment in your current project:
49-
50-
.. code-block:: shell
51-
52-
mkdir project-name && cd project-name
53-
python3 -m venv .env
54-
source .env/bin/activate
55-
pip3 install adafruit-circuitpython-nunchuk
56-
5730
Usage Example
5831
=============
5932

0 commit comments

Comments
 (0)