Skip to content

Commit

Permalink
fix circup install command
Browse files Browse the repository at this point in the history
```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']
```
  • Loading branch information
sgbaird authored Aug 24, 2022
1 parent bb4fd40 commit fe74f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ following command to install:

.. code-block:: shell
circup install pixelbuf
circup install adafruit_pixelbuf
Or the following command to update an existing version:

Expand Down

0 comments on commit fe74f35

Please sign in to comment.