To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).
To use in CPython, `pip install adafruit-circuitpython-si7021`.
Read the [docs](http://circuitpython.readthedocs.io/projects/si7021/en/latest/) for info on how to use it.
3.1.1
To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).
To use in CPython, `pip install adafruit-circuitpython-si7021`.
Read the [docs](http://circuitpython.readthedocs.io/projects/si7021/en/latest/) for info on how to use it.
3.1.0
- Added `setup.py` - Added PyPI release info to `.travis.yml` - Updated `requirements.txt` - Added a more comprehensive `.gitignore`
To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).
To use in CPython, `pip install adafruit-circuitpython-si7021`.
Read the [docs](http://circuitpython.readthedocs.io/projects/si7021/en/latest/) for info on how to use it.
3.0.2
After discuiion with deshipu and dhalbert implemented changes to _init_ and _data to accept all OSErrors during reset. Apparently changed from CP 2.x to 3.x resulted in different responses. This approach is consistent with other drivers such as bno055
3.0.1
Re-bundling so we use the right travis tools
3.0.0
tannewt linted and updated travis for auto-genning mpy + bundling
To use in CircuitPython, simply install the Adafruit CircuitPython bundle or the zip from here that matches the version of CircuitPython you are using.