From 5904e3b80e6c3ff970bbb55d292438b7b0ed939e Mon Sep 17 00:00:00 2001 From: Lex Dingemans <69890037+ldingemans@users.noreply.github.com> Date: Fri, 8 Dec 2023 13:13:08 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e78724e..e347708 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,11 @@ Install the needed dependencies using the requirements file: `pip install -r requirements.txt` -If you get a ``numpy`` error, reinstall ``numpy`` because of some compatibility issues, with: +And then install PhenoScore itself: + +``pip install .`` + +If you get a ``numpy`` error when importing the module, reinstall ``numpy`` because of some compatibility issues, with: `pip uninstall numpy`