You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+28-1Lines changed: 28 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,36 @@ A Python client and examples for use with `io.adafruit.com <https://io.adafruit.
19
19
20
20
Compatible with Python 3.6+
21
21
22
-
Documentation
22
+
Installation
23
23
================
24
24
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
+
25
52
Documentation for this project is `available on the ReadTheDocs <https://adafruit-io-python-client.readthedocs.io/en/latest/>`_.
0 commit comments