Skip to content

Commit db1f5fe

Browse files
authored
Update README.rst
1 parent a5910ee commit db1f5fe

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)