Caveat about circuitpython support
This commit is contained in:
parent
8ac922bae5
commit
6768677843
1 changed files with 7 additions and 4 deletions
11
README.rst
11
README.rst
|
|
@ -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
|
||||||
=====================
|
=====================
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue