Installing mpy_decimal.py #18134
Answered
by
Josverl
ctimmer
asked this question in
Libraries & Drivers
-
Can mpy_decimal.py be installed with mip? All I got was "package not found". Curt |
Beta Was this translation helpful? Give feedback.
Answered by
Josverl
Sep 24, 2025
Replies: 1 comment 1 reply
-
Have you tried : that is takimg it directly from the github repo at https://github.com/mpy-dev/micropython-decimal-number/blob/main/mpy_decimal/mpy_decimal.py |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ctimmer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you tried :
mpremote mip install github:mpy-dev/micropython-decimal-number/mpy_decimal/mpy_decimal.py
that is takimg it directly from the github repo at https://github.com/mpy-dev/micropython-decimal-number/blob/main/mpy_decimal/mpy_decimal.py