Skip to content

Commit fe74f35

Browse files
authored
fix circup install command
```python Searching for dependencies for: ['pixelbuf'] WARNING: pixelbuf is not a known CircuitPython library. ``` ```python (circuitpython) PS D:\> circup install adafruit_pixelbuf Found device at D:\, running CircuitPython 7.3.2. Searching for dependencies for: ['adafruit_pixelbuf'] Ready to install: ['adafruit_pixelbuf'] ```
1 parent bb4fd40 commit fe74f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ following command to install:
7979

8080
.. code-block:: shell
8181
82-
circup install pixelbuf
82+
circup install adafruit_pixelbuf
8383
8484
Or the following command to update an existing version:
8585

0 commit comments

Comments
 (0)