Skip to content

Commit 2919efa

Browse files
authored
Merge pull request #5 from adafruit/tannewt-patch-1
Update README.rst
2 parents a5910ee + db1f5fe commit 2919efa

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
@@ -60,7 +60,7 @@ To install in a virtual environment in your current project:
6060
6161
mkdir project-name && cd project-name
6262
python3 -m venv .venv
63-
source .env/bin/activate
63+
source .venv/bin/activate
6464
pip3 install adafruit-circuitpython-usb-host-midi
6565
6666
Installing to a Connected CircuitPython Device with Circup

0 commit comments

Comments
 (0)