From ab45240efad8dbfef725e4d911ec2cef3a598b26 Mon Sep 17 00:00:00 2001 From: Vipul Kumar Date: Fri, 24 Sep 2021 20:42:46 +0530 Subject: [PATCH] docs: Add missing link of Pipx's home page --- docs/install.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/install.rst b/docs/install.rst index 364d0c55..3d71e318 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -92,6 +92,8 @@ Once you have ``pipx`` ready on your system, continue to install Pipenv:: $ pipx install pipenv +.. _Pipx: https://pypa.github.io/pipx/ + ☤ Pragmatic Installation of Pipenv ----------------------------------