Skip to content

Commit fab435b

Browse files
Update README.rst
1 parent 1f8dbeb commit fab435b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ or individual libraries can be installed using
3232
=====================
3333

3434
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
35-
PyPI <https://pypi.org/project/circuitpython-boxplot/>`_.
35+
PyPI <https://pypi.org/project/circuitpython-uboxplot/>`_.
3636
To install for current user:
3737

3838
.. code-block:: shell
3939
40-
pip3 install circuitpython-boxplot
40+
pip3 install circuitpython-uboxplot
4141
4242
To install system-wide (this may be required in some cases):
4343

4444
.. code-block:: shell
4545
46-
sudo pip3 install circuitpython-boxplot
46+
sudo pip3 install circuitpython-uboxplot
4747
4848
To install in a virtual environment in your current project:
4949

@@ -52,7 +52,7 @@ To install in a virtual environment in your current project:
5252
mkdir project-name && cd project-name
5353
python3 -m venv .venv
5454
source .env/bin/activate
55-
pip3 install circuitpython-boxplot
55+
pip3 install circuitpython-uboxplot
5656
5757
Installing to a Connected CircuitPython Device with Circup
5858
==========================================================
@@ -69,7 +69,7 @@ following command to install:
6969

7070
.. code-block:: shell
7171
72-
circup install boxplot
72+
circup install uboxplot
7373
7474
Or the following command to update an existing version:
7575

@@ -93,5 +93,5 @@ Contributing
9393
============
9494

9595
Contributions are welcome! Please read our `Code of Conduct
96-
<https://github.com/jposada202020/CircuitPython_boxplot/blob/HEAD/CODE_OF_CONDUCT.md>`_
96+
<https://github.com/jposada202020/CircuitPython_uboxplot/blob/HEAD/CODE_OF_CONDUCT.md>`_
9797
before contributing to help this project stay welcoming.

0 commit comments

Comments
 (0)