File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments