File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,24 +32,18 @@ This is easily achieved by downloading
3232
3333Installing from PyPI
3434=====================
35- .. note :: This library is not available on PyPI yet. Install documentation is included
36- as a standard element. Stay tuned for PyPI availability!
3735
38- .. Remove the above note if PyPI version is/will be available at time of release.
39- If the library is not planned for PyPI, remove the entire 'Installing from PyPI' section.
40-
41- On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
42- PyPI <https://pypi.org/project/jepler-circuitpython-udecimal/> `_. To install for current user:
36+ To install for current user:
4337
4438.. code-block :: shell
4539
46- pip3 install jepler-circuitpython-udecimal
40+ python3 -mpip install --user jepler-circuitpython-udecimal
4741
4842 To install system-wide (this may be required in some cases):
4943
5044.. code-block :: shell
5145
52- sudo pip3 install jepler-circuitpython-udecimal
46+ sudo python3 -mpip install jepler-circuitpython-udecimal
5347
5448 To install in a virtual environment in your current project:
5549
You can’t perform that action at this time.
0 commit comments