This is based on the discussion at https://github.com/m-labs/misoc/issues/6 --- doc/introduction.rst | 11 +++++++++++ 1 file changed, 11 insertions(+)
diff --git a/doc/introduction.rst b/doc/introduction.rst index 7be2991..324e59b 100644 --- a/doc/introduction.rst +++ b/doc/introduction.rst @@ -53,6 +53,17 @@ Either run the ``setup.py`` installation script or simply set ``PYTHONPATH`` to For simulation support, an extra step is needed. See :ref:`vpisetup`. +If you wish to contribute patches, the suggest way to install is; + #. Clone from the git repository at http://github.com/m-labs/migen + #. Install using ``python3 ./setup.py develop --user`` + #. Edit the code in your git checkout. + +Alternative install methods +=========================== + + * Migen is available for linux-64 and linux-32 through Binstar's conda tool. Instructions are at https://binstar.org/fallen/migen + * Migen can be referenced in a requirements.txt file (used for ``pip install -r requirements.txt``) via ``-e git+http://github.com/m-labs/migen.git#egg=migen``. See the `pip documentation <https://pip.pypa.io/en/latest/reference/pip_install.html#id19>`_ for more information. + Feedback ******** Feedback concerning Migen or this manual should be sent to the M-Labs developers' mailing list at [email protected]. -- 2.2.0.rc0.207.ga3a616c _______________________________________________ M-Labs devel mailing list https://ssl.serverraum.org/lists/listinfo/devel
