Skip to content

Commit 347140f

Browse files
committed
fix pypi names in readme
1 parent 5cbc39e commit 347140f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ To install for current user:
4444

4545
.. code-block:: shell
4646
47-
pip3 install adafruit-circuitpython-displayio-annotation
47+
pip3 install circuitpython-displayio-annotation
4848
4949
To install system-wide (this may be required in some cases):
5050

5151
.. code-block:: shell
5252
53-
sudo pip3 install adafruit-circuitpython-displayio-annotation
53+
sudo pip3 install circuitpython-displayio-annotation
5454
5555
To install in a virtual environment in your current project:
5656

@@ -59,7 +59,7 @@ To install in a virtual environment in your current project:
5959
mkdir project-name && cd project-name
6060
python3 -m venv .env
6161
source .env/bin/activate
62-
pip3 install adafruit-circuitpython-displayio-annotation
62+
pip3 install circuitpython-displayio-annotation
6363
6464
6565

0 commit comments

Comments
 (0)