Skip to content

Commit

Permalink
Remove defunct info from README
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Nov 27, 2020
1 parent 52b0a1f commit cfa9305
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,33 +30,6 @@ Please ensure all dependencies are available on the CircuitPython filesystem.
This is easily achieved by downloading
`the Adafruit library and driver bundle <https://circuitpython.org/libraries>`_.

Installing from PyPI
=====================
.. note:: This library is not available on PyPI yet. Install documentation is included
as a standard element. Stay tuned for PyPI availability!

On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
PyPI <https://pypi.org/project/adafruit-circuitpython-mics6814/>`_. To install for current user:

.. code-block:: shell
pip3 install adafruit-circuitpython-mics6814
To install system-wide (this may be required in some cases):

.. code-block:: shell
sudo pip3 install adafruit-circuitpython-mics6814
To install in a virtual environment in your current project:

.. code-block:: shell
mkdir project-name && cd project-name
python3 -m venv .env
source .env/bin/activate
pip3 install adafruit-circuitpython-mics6814
Usage Example
=============

Expand Down Expand Up @@ -86,8 +59,3 @@ Contributing
Contributions are welcome! Please read our `Code of Conduct
<https://github.com/pimoroni/Pimoroni_CircuitPython_MICS6814/blob/master/CODE_OF_CONDUCT.md>`_
before contributing to help this project stay welcoming.

Documentation
=============

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 comments on commit cfa9305

Please sign in to comment.