diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-09-24 15:53:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-24 15:53:02 +0200 |
| commit | 366278e1f5324fbb4ce954bc7e563d36441b5160 (patch) | |
| tree | df225270600e45ffdeb207a3ddc09e86d482220f /README.rst | |
| parent | 63aeed02222e0440cb59206f715db2c973fa00f8 (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.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
