From: Filipe Laíns Date: Mon, 13 Jul 2020 23:42:02 +0000 (+0100) Subject: docs: add install instructions for arch X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=617a52a192d430c36ef45eb0bfaad6a3de1efe49;p=nmigen.git docs: add install instructions for arch Signed-off-by: Filipe Laíns --- diff --git a/docs/install.rst b/docs/install.rst index 1e1a438..0026ade 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -68,6 +68,16 @@ Installing prerequisites If Yosys 0.9 (or newer) is not available, `build Yosys from source`_. + .. platform-choice:: arch + :altname: linux + :title: Arch Linux + + Install Python, pip, GTKWave and Yosys by running: + + .. code-block:: console + + $ sudo pacman -S python python-pip gtkwave yosys + .. platform-choice:: linux :title: Other Linux @@ -130,6 +140,16 @@ Latest release $ pip3 install --user --upgrade nmigen + .. platform-choice:: arch + :altname: linux + :title: Arch Linux + + |release:install| + + .. code-block:: console + + $ sudo pacman -S python-nmigen + .. _install-snapshot: