Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenweaver authored Oct 3, 2023
1 parent 57963ae commit e1164dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ HIV-TRACE requires [tn93](https://github.com/veg/tn93) be installed and python3.

```
pip3 install biopython
pip3 install numpy==1.20
pip3 install numpy
pip3 install scipy
pip3 install cython
pip3 install hivtrace
```

Tested with Python `3.5.1`, `3.5.3`, `3.6.1`, and `3.9.*`.
Tested with Python `3.5.1`, `3.5.3`, `3.6.1`, `3.9.*`, `3.11`.

# Example Usage

Expand Down

0 comments on commit e1164dd

Please sign in to comment.