Skip to content

Commit 9620080

Browse files
committed
Remove PyPI related things
1 parent e2e9b86 commit 9620080

File tree

3 files changed

+2
-92
lines changed

3 files changed

+2
-92
lines changed

README.rst

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Introduction
99
:target: https://discord.gg/nBQh6qu
1010
:alt: Discord
1111

12-
.. image:: https://travis-ci.com/adafruit/Adafruit_CircuitPython_itertools.svg?branch=master
13-
:target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_itertools
12+
.. image:: https://travis-ci.com/adafruit/Adafruit_CircuitPython_IterTools.svg?branch=master
13+
:target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_IterTools
1414
:alt: Build Status
1515

1616
Python's itertools for CircuitPython
@@ -26,32 +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-
34-
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
35-
PyPI <https://pypi.org/project/adafruit-circuitpython-itertools/>`_. To install for current user:
36-
37-
.. code-block:: shell
38-
39-
pip3 install adafruit-circuitpython-itertools
40-
41-
To install system-wide (this may be required in some cases):
42-
43-
.. code-block:: shell
44-
45-
sudo pip3 install adafruit-circuitpython-itertools
46-
47-
To install in a virtual environment in your current project:
48-
49-
.. code-block:: shell
50-
51-
mkdir project-name && cd project-name
52-
python3 -m venv .env
53-
source .env/bin/activate
54-
pip3 install adafruit-circuitpython-itertools
5529

5630
Usage Example
5731
=============

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
Adafruit-Blinka

setup.py

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

0 commit comments

Comments
 (0)