Skip to content

Commit e653e97

Browse files
committed
update installation instruction
1 parent 7be58a7 commit e653e97

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

README.rst

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,18 @@ This is easily achieved by downloading
3232

3333
Installing 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

0 commit comments

Comments
 (0)