aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-11-07 14:11:41 -0700
committerSelene ToyKeeper2023-11-07 14:11:41 -0700
commit1db145f1142a2557555a46fb8ec643aa0f21342d (patch)
tree52a368fe525fb4470d4d28f9e7614c2c23887c22
parentMerge branch 'pr-16-SammysHP-momentary-turbo' into trunk (diff)
downloadanduril-1db145f1142a2557555a46fb8ec643aa0f21342d.tar.gz
anduril-1db145f1142a2557555a46fb8ec643aa0f21342d.tar.bz2
anduril-1db145f1142a2557555a46fb8ec643aa0f21342d.zip
oops, missed a venv name change in the readme
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6cb0f02..3690cb3 100644
--- a/README.md
+++ b/README.md
@@ -122,7 +122,7 @@ source .venv/bin/activate
pip install pymcuprog
```
-You'll need to `source env/bin/activate` every time you start a fresh shell,
+You'll need to `source .venv/bin/activate` every time you start a fresh shell,
if you want to use pymcuprog. The activation lasts until the shell is
closed or until you run `deactivate`.