summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-09-24 15:53:02 +0200
committerGitHub <noreply@github.com>2017-09-24 15:53:02 +0200
commit366278e1f5324fbb4ce954bc7e563d36441b5160 (patch)
treedf225270600e45ffdeb207a3ddc09e86d482220f /README.rst
parent63aeed02222e0440cb59206f715db2c973fa00f8 (diff)
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.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files 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 <https://pypi.python.org/pypi/kconfiglib/>`_ 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 <http://semver.org/>`_ is used.