Skip to content

Commit 25eb04d

Browse files
committed
README: Quickstart includes install step + per-terminal activate
1 parent 7290ffa commit 25eb04d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,16 @@ and you only need an Opper credential (`OPPER_API_KEY` or `--opper-login`).
1616
## Quickstart
1717

1818
```bash
19+
# One-time install (needs uv: https://docs.astral.sh/uv/)
20+
uv venv reachy_mini_env --python 3.12
1921
source reachy_mini_env/bin/activate
22+
uv pip install reachy-mini websockets httpx fastapi 'uvicorn[standard]' sounddevice Pillow python-dotenv
23+
```
2024

25+
Plug Reachy in over USB, then open two terminals (activate the venv in each
26+
with `source reachy_mini_env/bin/activate`):
27+
28+
```bash
2129
# Terminal 1: daemon (owns the USB connection to Reachy)
2230
reachy-mini-daemon --fastapi-port 1111
2331

0 commit comments

Comments
 (0)