From 7e860e914cd2bae272c514a19e825e835c4017c6 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 25 Feb 2020 23:08:21 +0300 Subject: [PATCH] Docs: Install using `pip install` --- README.rst | 4 ++++ docs/install.rst | 7 +++++++ 2 files changed, 11 insertions(+) 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 ========================= -- 2.39.2