fix pipi link
authorJoey Hess <joeyh@joeyh.name>
Sat, 31 May 2025 17:15:40 +0000 (13:15 -0400)
committerJoey Hess <joeyh@joeyh.name>
Sat, 31 May 2025 17:15:40 +0000 (13:15 -0400)
markdown link didn't work, use a subpage

doc/install.mdwn
doc/install/pypi.mdwn [new file with mode: 0644]

index 6c5533fd12e26f2ddf02bed0bc87d9a9f8f18e6d..3d8413e389cb52268430438a79ccdff58a7ef634 100644 (file)
@@ -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 (file)
index 0000000..f80805b
--- /dev/null
@@ -0,0 +1,3 @@
+git-annex is packaged in PyPi for ease of use for python users.
+
+<https://pypi.org/project/git-annex/>