From 45f0c84e6658196f739c667d5e6295fa70fa5f65 Mon Sep 17 00:00:00 2001 From: Stephan Meijer Date: Fri, 6 Jun 2025 08:38:06 +0200 Subject: [PATCH] Update installation targets --- Makefile | 2 +- README.md | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index df7b6e9..9b85d44 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ codecov: install-requirements: install-requirements-app install-requirements-dev install-requirements-app: - pip install -r requirements.txt + python3 -m pip install . install-requirements-dev: pip install -r requirements-dev.txt diff --git a/README.md b/README.md index 8c4814c..6c8b40c 100755 --- a/README.md +++ b/README.md @@ -30,8 +30,11 @@ Not tested on `Mac OS X`/`macOS` or `Microsoft Windows`. #### Installation from source -1. Run `make install-requirements-app` -2. Run tests and make sure there aren't any failing tests. +1. Run `make install-requirements-app` to install the package and its + dependencies. +2. (Optional) run `make install-requirements-dev` for development + requirements. +3. Run tests and make sure there aren't any failing tests. #### Run tests