diff options
| author | Parker <20159000+jpburnett@users.noreply.github.com> | 2023-11-09 14:18:34 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-10 09:18:34 +1100 |
| commit | f2347000b0d91e96ad9477a16b0bb43b48210fbd (patch) | |
| tree | c683af75f6ad4f131117ba1b9ff85ed55055794d /.gitignore | |
| parent | 7681c97df002c2ab07f942d077f5ff3efbe9471d (diff) | |
Update README with python venv instructions (#1372)
This change updates the README to include instructions for setting up
a python virtual environment.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ee2d1e325..8c5705f18 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ docs/doxygen/ # Per-user configuration .python-version .make_options +.*env |
