From 9e93c7437f722fa99777796ce3e84d6ad6b3c87c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 31 May 2025 13:15:40 -0400 Subject: [PATCH] fix pipi link markdown link didn't work, use a subpage --- doc/install.mdwn | 4 +--- doc/install/pypi.mdwn | 3 +++ 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 doc/install/pypi.mdwn diff --git a/doc/install.mdwn b/doc/install.mdwn index 6c5533fd12..3d8413e389 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -23,7 +23,7 @@ detailed instructions | quick install [[OpenBSD]] | `pkg_add git-annex` [[Android]] | **beta** [[Windows]] | **beta** -[PyPi][pypi] | `uv tool install git-annex` +[[PyPi]] | `uv tool install git-annex` """]] ## Historical builds @@ -40,5 +40,3 @@ it [[from source|fromsource]]. * [[autobuild overview|builds]] * [[upgrades]] - -[pypi]: https://pypi.org/project/git-annex/ diff --git a/doc/install/pypi.mdwn b/doc/install/pypi.mdwn new file mode 100644 index 0000000000..f80805bc22 --- /dev/null +++ b/doc/install/pypi.mdwn @@ -0,0 +1,3 @@ +git-annex is packaged in PyPi for ease of use for python users. + +