We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5910ee + db1f5fe commit 2919efaCopy full SHA for 2919efa
README.rst
@@ -60,7 +60,7 @@ To install in a virtual environment in your current project:
60
61
mkdir project-name && cd project-name
62
python3 -m venv .venv
63
- source .env/bin/activate
+ source .venv/bin/activate
64
pip3 install adafruit-circuitpython-usb-host-midi
65
66
Installing to a Connected CircuitPython Device with Circup
0 commit comments