Skip to content

Commit 98c7aa7

Browse files
author
Melissa LeBlanc-Williams
committed
Removed PyPI section
1 parent 410b54e commit 98c7aa7

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

README.rst

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

29-
Installing from PyPI
30-
--------------------
31-
.. note:: This library is not available on PyPI yet. Install documentation is included
32-
as a standard element. Stay tuned for PyPI availability!
33-
.. todo:: Remove the above note if PyPI version is/will be available at time of release.
34-
If the library is not planned for PyPI, remove the entire 'Installing from PyPI' section.
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-ssd1351/>`_. To install for current user:
37-
38-
.. code-block:: shell
39-
40-
pip3 install adafruit-circuitpython-ssd1351
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-ssd1351
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-ssd1351
56-
5729
Usage Example
5830
=============
5931

0 commit comments

Comments
 (0)