diff --git a/Makefile b/Makefile index d71f17f1..ffbc4701 100644 --- a/Makefile +++ b/Makefile @@ -6,12 +6,18 @@ pip-compile: python -m piptools compile --extra=tools --output-file=skore/requirements-tools.txt skore/pyproject.toml install-skore: + cp LICENSE skore/LICENSE + cp README.md skore/README.md + python -m pip install \ -e skore/ \ -r skore/requirements.txt \ -r skore/requirements-test.txt \ -r skore/requirements-tools.txt + rm skore/LICENSE + rm skore/README.md + pre-commit install build-skore-ui: