Skip to content

Commit e3e3cae

Browse files
authored
Corrected and moved installing from pypi
1 parent 01e4bc0 commit e3e3cae

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Introduction
1616
CircuitPython module for the Melexis MLX90614 Contact-less Infrared Temperature sensor. See
1717
examples/mlx90614_simpletest.py for a demo of the usage.
1818

19-
2019
Dependencies
2120
=============
2221
This driver depends on:
@@ -28,12 +27,7 @@ Please ensure all dependencies are available on the CircuitPython filesystem.
2827
This is easily achieved by downloading
2928
`the Adafruit library and driver bundle <https://github.com/adafruit/Adafruit_CircuitPython_Bundle>`_.
3029

31-
Usage Example
32-
=============
33-
34-
See examples/mlx90614_simpletest.py for a demo of the usage.
35-
36-
nstalling from PyPI
30+
Installing from PyPI
3731
====================
3832

3933
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
@@ -58,6 +52,11 @@ To install in a virtual environment in your current project:
5852
source .env/bin/activate
5953
pip3 install adafruit-circuitpython-mlx90614
6054
55+
Usage Example
56+
=============
57+
58+
See examples/mlx90614_simpletest.py for a demo of the usage.
59+
6160
Contributing
6261
============
6362

0 commit comments

Comments
 (0)