diff --git a/docs/install.rst b/docs/install.rst index b03eb93..1314252 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: