maregraphe/README.md
Méline Grellier b77abe4ffc real pd patch
2025-06-13 15:16:02 +02:00

19 lines
320 B
Markdown

# maregraphe
# osx
sudo ln -s /Applications/Pd-0.55-2.app/Contents/Resources/bin/pd /usr/local/bin/pd
# launch the app
```shell
git clone https://gitea.esadhar.fr/b.soussi-chiadmi/maregraphe.git
cd maregraphe
python -m venv .venv
source .venv/bin/activate
pip install uv
uv sync
./main.py
```
![](maregraphe_pd.png)