Skip to content

Commit

Permalink
Merge pull request #65 from monarch-initiative/64-update-readme-packa…
Browse files Browse the repository at this point in the history
…ge-installation

64 update readme package installation
  • Loading branch information
yaseminbridges authored Sep 30, 2024
2 parents 765390e + afd4e09 commit fb8a2db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ This is the Exomiser plugin for PhEval. With this plugin, you can leverage the v

## Installation

Clone the pheval.exomiser repo and set up the poetry environment:
You can install the Exomiser directly with PyPi (recommended):

```shell
pip install pheval.exomiser
```

Alternatively you can clone the pheval.exomiser repo and set up the poetry environment:

```shell
git clone https://github.com/monarch-initiative/pheval.exomiser.git
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pheval_exomiser"
version = "0.2.3"
version = "0.2.4"
description = ""
authors = ["Yasemin Bridges <[email protected]>",
"Julius Jacobsen <[email protected]>",
Expand Down

0 comments on commit fb8a2db

Please sign in to comment.