(Includes an explicit link to the install instructions.) --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md index f3b7216..83c18f4 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,21 @@ written in Python. See the doc/ folder for more technical information. +Migen is designed for Python 3.3. Note that Migen is **not** spelled MiGen. + +#### Quick Links + Code repository: https://github.com/m-labs/migen System-on-chip design based on Migen: https://github.com/m-labs/misoc -Migen is designed for Python 3.3. Note that Migen is **not** spelled MiGen. +Online documentation: +http://migen.readthedocs.org/en/latest/ + +Install instructions: +https://migen.readthedocs.org/en/latest/introduction.html#installing-migen #### Quick intro ```python -- 2.2.0.rc0.207.ga3a616c _______________________________________________ M-Labs devel mailing list https://ssl.serverraum.org/lists/listinfo/devel
