Skip to content

Commit

Permalink
bump to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
llluis committed Jan 19, 2024
1 parent 3b2842d commit 086f346
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.5.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 086f346

Please sign in to comment.