Skip to content

Commit 6768677

Browse files
committed
Caveat about circuitpython support
1 parent 8ac922b commit 6768677

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

README.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,16 @@ Reduced version of the decimal library for CircuitPython
2222

2323
Dependencies
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

3336
Installing from PyPI
3437
=====================

0 commit comments

Comments
 (0)