docs: add install instructions for arch
Signed-off-by: Filipe Laíns <lains@archlinux.org>
This commit is contained in:
parent
127fce8f48
commit
d714d78de1
|
@ -68,6 +68,16 @@ Installing prerequisites
|
||||||
|
|
||||||
If Yosys 0.9 (or newer) is not available, `build Yosys from source`_.
|
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
|
.. platform-choice:: linux
|
||||||
:title: Other Linux
|
:title: Other Linux
|
||||||
|
|
||||||
|
@ -130,6 +140,16 @@ Latest release
|
||||||
|
|
||||||
$ pip3 install --user --upgrade nmigen
|
$ 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:
|
.. _install-snapshot:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue