19 lines
320 B
Markdown
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
|
|
```
|
|
|
|

|