From 617a52a192d430c36ef45eb0bfaad6a3de1efe49 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Filipe=20La=C3=ADns?= Date: Tue, 14 Jul 2020 00:42:02 +0100 Subject: [PATCH] docs: add install instructions for arch MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Filipe Laíns --- docs/install.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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: -- 2.30.2