16 lines
826 B
ReStructuredText
16 lines
826 B
ReStructuredText
The GrovePi should no longer be installed with PIP. Instead, go with the following command:
|
|
|
|
.. code:: bash
|
|
|
|
curl -kL dexterindustries.com/update_grovepi | bash
|
|
|
|
Or if you need to customize your installation, to be better suited for your requirements, check this GitHub `README <https://github.com/DexterInd/GrovePi/tree/master/Script>`_ for more information.
|
|
|
|
---
|
|
|
|
This is the python library for GrovePi+, which is an open source platform for connecting `Grove Sensors <https://www.dexterindustries.com/GrovePi/supported-sensors/>`_ to the Raspberry Pi.
|
|
|
|
Please visit:
|
|
|
|
* Our `github repo folder <https://github.com/DexterInd/GrovePi/tree/master/Software/Python>`_ for using one of our many example programs.
|
|
* Or our `official page <https://www.dexterindustries.com/grovepi/>`_ for more details about this platform.
|