added publication stuff

This commit is contained in:
JOLIMAITRE Matthieu 2024-05-30 01:37:15 +02:00
parent a49b14c12c
commit 0f58f26bd4
8 changed files with 94 additions and 2 deletions

View file

@ -4,4 +4,7 @@ cd "$(dirname "$(realpath "$0")")"
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -r requirements.txt
# dev dependencies
python -m pip install mypy build setuptools twine