We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7290ffa commit 25eb04dCopy full SHA for 25eb04d
1 file changed
README.md
@@ -16,8 +16,16 @@ and you only need an Opper credential (`OPPER_API_KEY` or `--opper-login`).
16
## Quickstart
17
18
```bash
19
+# One-time install (needs uv: https://docs.astral.sh/uv/)
20
+uv venv reachy_mini_env --python 3.12
21
source reachy_mini_env/bin/activate
22
+uv pip install reachy-mini websockets httpx fastapi 'uvicorn[standard]' sounddevice Pillow python-dotenv
23
+```
24
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
29
# Terminal 1: daemon (owns the USB connection to Reachy)
30
reachy-mini-daemon --fastapi-port 1111
31
0 commit comments