Go to file
2025-03-20 17:51:12 +01:00
.gitignore gitignore, readme 2025-03-20 17:51:12 +01:00
.python-version init project, frist draft 2025-03-20 17:37:36 +01:00
LICENSE Initial commit 2025-03-20 16:12:38 +00:00
main.py init project, frist draft 2025-03-20 17:37:36 +01:00
pyproject.toml init project, frist draft 2025-03-20 17:37:36 +01:00
README.md gitignore, readme 2025-03-20 17:51:12 +01:00
uv.lock init project, frist draft 2025-03-20 17:37:36 +01:00

maregraphe

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