From aaa56af3e0170893e79de8dbd6943bbb3a041d06 Mon Sep 17 00:00:00 2001 From: Chris Hemingway Date: Mon, 10 Jun 2024 20:20:41 +0100 Subject: [PATCH] Update install.rst to specify how to install board definitions Source: https://libera.irclog.whitequark.org/amaranth-lang/2023-09-21 --- docs/install.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index 3d6b17c15..a8cb9ecbf 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -318,6 +318,10 @@ Editable development snapshot Installing board definitions ============================= -.. todo:: +This must be installed directly from github: - Explain how to install ``_. +.. code-block:: console + + $ pip install "amaranth-boards @ git+https://github.com/amaranth-lang/amaranth-boards.git" + +This is not to be confused with the PyPI package `amaranth_boards `_ which is currently a placeholder.