Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.21 KB

File metadata and controls

35 lines (24 loc) · 1.21 KB

ICP10125 Barometric Pressure & Temperature Sensor

Build Status Coverage Status PyPi Package Python Versions

Installing

If you've already set up a Python virtual environment, you can also install the stable library manually from PyPi:

pip install icp10125

Otherwise our install script will set one up for you.

Stable library from GitHub:

git clone https://github.com/pimoroni/icp10125-python
cd icp10125-python
./install.sh

Latest/development library from GitHub:

git clone https://github.com/pimoroni/icp10125-python
cd icp10125-python
./install.sh --unstable

Note Libraries will be installed in the "pimoroni" virtual environment, you will need to activate it to run examples: