13 lines
189 B
Markdown
13 lines
189 B
Markdown
# maregraphe
|
|
|
|
|
|
```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
|
|
```
|