Skip to content

Commit

Permalink
Merge pull request #70 from llluis/fix-2mic-tutorial
Browse files Browse the repository at this point in the history
bump wyoming version in 2mic tutorial
  • Loading branch information
synesthesiam authored Jan 19, 2024
2 parents 160370b + 086f346 commit d1578cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial_2mic.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ cd wyoming-satellite/examples
python3 -m venv --system-site-packages .venv
.venv/bin/pip3 install --upgrade pip
.venv/bin/pip3 install --upgrade wheel setuptools
.venv/bin/pip3 install 'wyoming==1.4.1'
.venv/bin/pip3 install 'wyoming==1.5.2'
```

The `--system-site-packages` argument is used to access the pre-installed `gpiozero` and `spidev` Python packages. If these are **not already installed** in your system, run:
Expand Down

0 comments on commit d1578cb

Please sign in to comment.