summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-06-05 21:20:52 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-06-05 21:20:52 +0200
commit3610c73fcbb819bd6d6b233f2e8d523c08598ad1 (patch)
treef7aee3ee3e341c69b11bcea1b1f82a3edc9cacfc /README.rst
parentaac9c806ab80b55c9cead04174bc899d9673f07e (diff)
README nits
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 9e1dbb5..474ad2f 100644
--- a/README.rst
+++ b/README.rst
@@ -34,7 +34,7 @@ installed with e.g.
Microsoft Windows is supported.
The ``pip`` installation will give you both the base library and the following
-executables. All but one mirrors functionality available in the C tools.
+executables. All but one mirror functionality available in the C tools.
- `menuconfig <https://github.com/ulfalizer/Kconfiglib/blob/master/menuconfig.py>`_
@@ -55,12 +55,12 @@ the configuration and (optionally) information that can be used to rebuild only
files that reference Kconfig symbols that have changed value.
The ``menuconfig`` implementation requires Python 3. It uses ``get_wch()``,
-which is required for Unicode input support, but which unfortunately isn't
+which is needed for Unicode input support. Unfortunately, ``get_wch()`` isn't
available in the Python 2 version of the standard ``curses`` module.
-If you install Kconfiglib with ``pip``'s ``--user`` flag, make sure that your
-``PATH`` includes the directory where the executables end up. You can list the
-installed files with ``pip(3) show -f kconfiglib``.
+**Note:** If you install Kconfiglib with ``pip``'s ``--user`` flag, make sure
+that your ``PATH`` includes the directory where the executables end up. You can
+list the installed files with ``pip(3) show -f kconfiglib``.
All releases have a corresponding tag in the git repository, e.g. ``v6.0.0``
(the latest version).