From 366278e1f5324fbb4ce954bc7e563d36441b5160 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 24 Sep 2017 15:53:02 +0200 Subject: Use --user with pip in the example command Will make it work for most people out of the box, plus it's good default practice anyway. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c7d08f1..96f863e 100644 --- a/README.rst +++ b/README.rst @@ -20,11 +20,11 @@ Installation with pip ~~~~~~~~~~~~~~~~~~~~~ Kconfiglib is available on `PyPI `_ and can be -installed with +installed with e.g. .. code:: - $ pip(3) install kconfiglib + $ pip(3) install kconfiglib --user All releases have a corresponding tag in the git repository, e.g. ``v1.0.1``. `Semantic versioning `_ is used. -- cgit v1.2.3