summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-06-06 05:58:28 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2019-06-06 05:58:28 +0200
commit2f624667bc130a8becd65fabed62c3fdc9bda005 (patch)
tree75e500de23e422e25bfe3096b399c4d6e15a7f2a /README.rst
parentfe91f478b5620235b8a462533850afef4731dac0 (diff)
Move Linux kernel installation instructions before Python compat. section
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 83563c7..b57c647 100644
--- a/README.rst
+++ b/README.rst
@@ -122,6 +122,11 @@ third-party dependencies (except for the `windows-curses
<https://github.com/zephyrproject-rtos/windows-curses>`_ package on Windows,
when running the terminal ``menuconfig`` implementation).
+Installation for the Linux kernel
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+See the module docstring at the top of `kconfiglib.py <https://github.com/ulfalizer/Kconfiglib/blob/master/kconfiglib.py>`_.
+
Python version compatibility (2.7/3.2+)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -135,11 +140,6 @@ The 3.2 requirement comes from ``argparse``. ``format()`` with unnumbered
A recent Python 3 version is recommended if you have a choice, as it'll give
you better Unicode handling.
-Installation for the Linux kernel
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-See the module docstring at the top of `kconfiglib.py <https://github.com/ulfalizer/Kconfiglib/blob/master/kconfiglib.py>`_.
-
Getting started
---------------