doc: update installation to add PLY library to Python3

Change-Id: I324cb5c369da84139ffb49b150d75ade09325554
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2016-04-20 13:08:12 -07:00 committed by Anas Nashif
commit 8b4e0a957e
2 changed files with 5 additions and 3 deletions

View file

@ -47,7 +47,7 @@ Install the required packages in a Ubuntu host system with:
.. code-block:: console
$ sudo apt-get install git make gcc gcc-multilib g++ libc6-dev-i386 \
g++-multilib
g++-multilib python3-ply
Install the required packages in a Fedora host system with:
@ -55,7 +55,7 @@ Install the required packages in a Fedora host system with:
$ sudo dnf group install "Development Tools"
$ sudo dnf install git make gcc glib-devel.i686 glib2-devel.i686 \
glibc-static libstdc++-static glibc-devel.i686
glibc-static libstdc++-static glibc-devel.i686 python3-ply
.. _zephyr_sdk:

View file

@ -41,12 +41,14 @@ the brew command line.
.. code-block:: console
$ brew install gettext qemu help2man mpfr gmp coreutils wget
$ brew install gettext qemu help2man mpfr gmp coreutils wget python3
$ brew tap homebrew/dupes
$ brew install grep --default-names
$ pip3 install ply
.. code-block:: console
$ brew install crosstool-ng