feat: install.sh + section Installation dans CLAUDE.md
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
13
CLAUDE.md
13
CLAUDE.md
@ -47,5 +47,16 @@ gst-launch-1.0 libcamerasrc ! \
|
||||
- Pas de traitement local (YOLOv8 tourne sur le Jetson CUDA)
|
||||
- Réglages caméra via POST /settings (proxyfié depuis FastAPI Jetson)
|
||||
|
||||
## Installation
|
||||
```bash
|
||||
git clone https://git.syoul.fr/nicoboy/wireclaw-pizero
|
||||
cd wireclaw-pizero
|
||||
bash install.sh
|
||||
cp .env.dev .env
|
||||
python3 camera_server.py
|
||||
```
|
||||
|
||||
## Repo
|
||||
git.syoul.fr/nicoboy/wireclaw-pizero
|
||||
git.syoul.fr/nicoboy/wireclaw-pizero
|
||||
|
||||
Après clone : `bash install.sh`
|
||||
Reference in New Issue
Block a user