plants/ultrasound/README.md
2025-07-01 16:51:58 +02:00

7 lines
141 B
Markdown

# Setup:
```
$ python -m venv .venv
$ source .venv/bin/activate
$ pip install -U micropython-rp2-pico_w-stubs --no-user --target typings
```