diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-06-06 05:58:28 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-06-06 05:58:28 +0200 |
| commit | 2f624667bc130a8becd65fabed62c3fdc9bda005 (patch) | |
| tree | 75e500de23e422e25bfe3096b399c4d6e15a7f2a /README.rst | |
| parent | fe91f478b5620235b8a462533850afef4731dac0 (diff) | |
Move Linux kernel installation instructions before Python compat. section
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 --------------- |
