From: Oleg Broytman Date: Tue, 25 Feb 2020 20:08:21 +0000 (+0300) Subject: Docs: Install using `pip install` X-Git-Tag: 0.8.0~13 X-Git-Url: https://git.phdru.name/?p=ppu.git;a=commitdiff_plain;h=7e860e914cd2bae272c514a19e825e835c4017c6 Docs: Install using `pip install` --- diff --git a/README.rst b/README.rst index baba9e4..6377834 100644 --- a/README.rst +++ b/README.rst @@ -21,3 +21,7 @@ which.py - find a program in PATH and print full path to it. | GitHub repo: https://github.com/phdru/ppu | Issue tracker: https://github.com/phdru/ppu/issues | PyPI: https://pypi.org/project/ppu/ + +:: + + pip install ppu diff --git a/docs/install.rst b/docs/install.rst index 1d67007..08fd85e 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -15,6 +15,13 @@ User mode pip install --user ppu +Virtual envs +------------ + +:: + + pip install ppu + Installation from sources =========================