Installation
~~~~~~~~~~~~

To install the latest stable release, run

.. code-block:: bash

    pip install pyphi

To install the latest development version, which is a work in progress and may
have bugs, run

.. code-block:: bash

    pip install "git+https://github.com/wmayner/pyphi@develop#egg=pyphi"

.. tip::
    For detailed instructions on how to install PyPhi on macOS, see the
    :ref:`macos-installation`.

.. note::
    **Windows users:** PyPhi is only supported on Linux and macOS operating
    systems. However, you can run it on Windows by using the `Anaconda Python
    <https://www.anaconda.com/what-is-anaconda/>`_ distribution and `installing
    PyPhi with conda <https://anaconda.org/wmayner/pyphi>`_: ``conda install -c
    wmayner pyphi``
