File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,13 +22,16 @@ Reduced version of the decimal library for CircuitPython
2222
2323Dependencies
2424=============
25- This driver depends on:
25+ This library depends on:
2626
2727* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython >`_
2828
29- Please ensure all dependencies are available on the CircuitPython filesystem.
30- This is easily achieved by downloading
31- `the Adafruit library and driver bundle <https://circuitpython.org/libraries >`_.
29+ Note that some CircuitPython core changes are currently needed to support
30+ udecimal. Until they are merged, you can use the artifacts from `the relevant
31+ pull request <https://github.com/adafruit/circuitpython/pull/3377> `_.
32+
33+ The library also runs on desktop Python3, and should give numerically identical
34+ results across all platorms.
3235
3336Installing from PyPI
3437=====================
You can’t perform that action at this time.
0 commit comments