Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updates instructions for building from source
  • Loading branch information
markjschreiber authored Sep 4, 2024
1 parent 0a61937 commit b07e2d4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,17 @@ AWS HealthOmics Tools is available through pypi. To install, type:
pip install amazon-omics-tools
```

To install from source:
### Install from source

Installing from source requires that your machine has the following prerequisites installed:
- `python3.10` or above
- `poetry` package manager
- `make` build tool

```
git clone https://github.com/awslabs/amazon-omics-tools.git
pip install ./amazon-omics-tools
cd ./amazon-omics-tools
make install
```

## SDK Tools
Expand Down

0 comments on commit b07e2d4

Please sign in to comment.