Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ldingemans authored Dec 8, 2023
1 parent 1be6808 commit 5904e3b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 5904e3b

Please sign in to comment.