Caveat about circuitpython support

This commit is contained in:
Jeff Epler 2020-09-07 07:19:47 -05:00
parent 8ac922bae5
commit 6768677843

View file

@ -22,13 +22,16 @@ Reduced version of the decimal library for CircuitPython
Dependencies Dependencies
============= =============
This driver depends on: This library depends on:
* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_ * `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_
Please ensure all dependencies are available on the CircuitPython filesystem. Note that some CircuitPython core changes are currently needed to support
This is easily achieved by downloading udecimal. Until they are merged, you can use the artifacts from `the relevant
`the Adafruit library and driver bundle <https://circuitpython.org/libraries>`_. pull request <https://github.com/adafruit/circuitpython/pull/3377>`_.
The library also runs on desktop Python3, and should give numerically identical
results across all platorms.
Installing from PyPI Installing from PyPI
===================== =====================