]> git.phdru.name Git - ppu.git/commitdiff
Docs: Install using `pip install`
authorOleg Broytman <phd@phdru.name>
Tue, 25 Feb 2020 20:08:21 +0000 (23:08 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 25 Feb 2020 20:08:21 +0000 (23:08 +0300)
README.rst
docs/install.rst

index baba9e4aec6bd8160af1ec11155ca7cfd6611d0a..63778345bd00a068eafbb32a267a75eef169f516 100644 (file)
@@ -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
index 1d6700785fc027ddfadf8f5ff14e657e9a445ede..08fd85ecbd520612f6955923f1081814554e1686 100644 (file)
@@ -15,6 +15,13 @@ User mode
 
     pip install --user ppu
 
+Virtual envs
+------------
+
+::
+
+    pip install ppu
+
 Installation from sources
 =========================