diff --git a/Documentation/quickstart/install.rst b/Documentation/quickstart/install.rst index a54020577b..2451eda8ad 100644 --- a/Documentation/quickstart/install.rst +++ b/Documentation/quickstart/install.rst @@ -39,7 +39,6 @@ First, install the following set of system dependencies according to your Operat gmp-devel mpfr-devel libmpc-devel isl-devel binutils-devel elfutils-libelf-devel \ expat-devel gcc-c++ g++ picocom uboot-tools util-linux - .. tab:: macOS Run the following command to install packages: @@ -82,26 +81,41 @@ NuttX configuration system uses `KConfig ` by default, which is a Kconfig tool implemented in Python 2/3. Compared with kconfig-frontends, kconfiglib provides NuttX with the possibility of multi-platform support(configure NuttX in Winodws native/Visual Studio), and also kconfiglib has a stronger Kconfig syntax check, this will help developers to avoid some Kconfig syntax errors. Install kconfiglib via following command: - .. tabs:: + .. code-tab:: $ pip install kconfiglib If you are a working on Windows, which also need the support of windows-curses: - .. tabs:: + .. code-tab:: $ pip install windows-curses .. tip::