Installation
============

Install the latest version using `pip <https://pypi.org/project/pip/>`_:

.. code-block:: bash

    pip install -U showyourwork

Note that in order to use |showyourwork|, you'll also need a working installation
of the `conda package manager <https://docs.continuum.io/anaconda/install/>`_.

You can also install the latest development version from GitHub:

.. code-block:: bash

    pip install git+https://github.com/showyourwork/showyourwork

.. note::

    |showyourwork| is constantly under development, so users should upgrade
    frequently (just pass the ``-U`` argument to ``pip`` as shown above).
    Check out the latest release on
    `PyPI <https://pypi.python.org/pypi/showyourwork>`__ and read the release
    notes at :doc:`changelog`.
