diff options
| author | Selene ToyKeeper | 2023-11-07 14:11:41 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-11-07 14:11:41 -0700 |
| commit | 1db145f1142a2557555a46fb8ec643aa0f21342d (patch) | |
| tree | 52a368fe525fb4470d4d28f9e7614c2c23887c22 /README.md | |
| parent | Merge branch 'pr-16-SammysHP-momentary-turbo' into trunk (diff) | |
| download | anduril-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. |
