Skip to content

Commit cfa9305

Browse files
committed
Remove defunct info from README
1 parent 52b0a1f commit cfa9305

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

README.rst

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -30,33 +30,6 @@ Please ensure all dependencies are available on the CircuitPython filesystem.
3030
This is easily achieved by downloading
3131
`the Adafruit library and driver bundle <https://circuitpython.org/libraries>`_.
3232

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

@@ -86,8 +59,3 @@ Contributing
8659
Contributions are welcome! Please read our `Code of Conduct
8760
<https://github.com/pimoroni/Pimoroni_CircuitPython_MICS6814/blob/master/CODE_OF_CONDUCT.md>`_
8861
before contributing to help this project stay welcoming.
89-
90-
Documentation
91-
=============
92-
93-
For information on building library documentation, please check out `this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1>`_.

0 commit comments

Comments
 (0)