Skip to content

Commit

Permalink
fix: add link to gen3-tracker PyPi versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Aug 20, 2024
1 parent af8b29b commit ba44cde
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/requirements/gen3-tracker.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ python3 -m venv venv; source venv/bin/activate
pip install gen3-tracker
```

You can verify the installation was successful by then running the `g3t` command with the expected output being the latest version:
You can verify the installation was successful by then running the `g3t` command with the expected output being the [latest version](https://pypi.org/project/gen3-tracker/#history):

```sh
g3t version
version: 0.0.14rc4

```

### Upgrading g3t
Expand Down

0 comments on commit ba44cde

Please sign in to comment.