Skip to content

Commit 428d678

Browse files
committed
fix: correct pipx link in CONTRIBUTING.md (#1120)
The pipx link was incorrectly pointing to https://python-poetry.org/ (Poetry website) instead of the official pipx documentation. Updated the link to point to https://pipx.pypa.io/
1 parent c269768 commit 428d678

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This package provides Python tools for accessing and analyzing genomic data from
1212

1313
You'll need:
1414

15-
- [pipx](https://python-poetry.org/) for installing Python tools
15+
- [pipx](https://pipx.pypa.io/) for installing Python tools
1616
- [git](https://git-scm.com/) for version control
1717

1818
Both of these can be installed using your distribution's package manager or [Homebrew](https://brew.sh/) on Mac.

0 commit comments

Comments
 (0)