Skip to content

Commit 5fb69e2

Browse files
committed
fix pip name in README.rst
1 parent 6eee033 commit 5fb69e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
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-switchround
47+
pip3 install circuitpython-displayio-switchround
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-switchround
53+
sudo pip3 install circuitpython-displayio-switchround
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-switchround
62+
pip3 install circuitpython-displayio-switchround
6363
6464
6565

0 commit comments

Comments
 (0)