File tree 1 file changed +3
-3
lines changed
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:
44
44
45
45
.. code-block :: shell
46
46
47
- pip3 install adafruit- circuitpython-displayio-annotation
47
+ pip3 install circuitpython-displayio-annotation
48
48
49
49
To install system-wide (this may be required in some cases):
50
50
51
51
.. code-block :: shell
52
52
53
- sudo pip3 install adafruit- circuitpython-displayio-annotation
53
+ sudo pip3 install circuitpython-displayio-annotation
54
54
55
55
To install in a virtual environment in your current project:
56
56
@@ -59,7 +59,7 @@ To install in a virtual environment in your current project:
59
59
mkdir project-name && cd project-name
60
60
python3 -m venv .env
61
61
source .env/bin/activate
62
- pip3 install adafruit- circuitpython-displayio-annotation
62
+ pip3 install circuitpython-displayio-annotation
63
63
64
64
65
65
You can’t perform that action at this time.
0 commit comments