Skip to content

Commit 8d44f82

Browse files
authored
Update README.rst
added back installation instructions
1 parent de591f0 commit 8d44f82

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

README.rst

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,36 @@ A Python client and examples for use with `io.adafruit.com <https://io.adafruit.
1919

2020
Compatible with Python 3.6+
2121

22-
Documentation
22+
Installation
2323
================
2424

25+
Easy Installation
26+
~~~~~~~~~~~~~~~~~
27+
If you have `PIP <https://pip.pypa.io/en/stable/installing/>`_ installed (typically with apt-get install python-pip on a Debian/Ubuntu-based system) then run:
28+
29+
.. code-block:: shell
30+
31+
pip install adafruit-io
32+
33+
This will automatically install the Adafruit IO Python client code for your Python scripts to use. You might want to examine the examples folder in this GitHub repository to see examples of usage.
34+
35+
36+
Manual Installation
37+
~~~~~~~~~~~~~~~~~~~
38+
39+
Clone or download the contents of this repository. Then navigate to the folder in a terminal and run the following command:
40+
41+
42+
.. code-block:: shell
43+
44+
python setup.py install
45+
46+
47+
48+
49+
Usage
50+
=====
51+
2552
Documentation for this project is `available on the ReadTheDocs <https://adafruit-io-python-client.readthedocs.io/en/latest/>`_.
2653

2754

0 commit comments

Comments
 (0)