.. include:: links.rst Installation ============ PyMARE can be installed from pip. To install the latest official release: .. code-block:: bash pip install pymare If you want to use the most up-to-date version, you can install from the ``master`` branch: .. code-block:: bash pip install git+https://github.com/neurostuff/PyMARE.git PyMARE requires Python >=3.8 and a number of packages. For a complete list, please see ``setup.cfg``.