From db1f5fe9febfb4678fa9595acee2b899afeb266c Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Thu, 17 Oct 2024 10:19:38 -0700 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a6eac2e..99562df 100644 --- a/README.rst +++ b/README.rst @@ -60,7 +60,7 @@ To install in a virtual environment in your current project: mkdir project-name && cd project-name python3 -m venv .venv - source .env/bin/activate + source .venv/bin/activate pip3 install adafruit-circuitpython-usb-host-midi Installing to a Connected CircuitPython Device with Circup