.. highlight:: shell

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


Stable release
--------------

To install :py:mod:`easyreflectometry`, run this command in your terminal:

.. code-block:: console

    $ pip install easyreflectometry

If you don't have `pip`_ installed, this `Python installation guide`_ can guide
you through the process.

.. _pip: https://pip.pypa.io
.. _Python installation guide: http://docs.python-guide.org/en/latest/starting/installation/


Developer Instrutions
---------------------

Clone the public repository:

.. code-block:: console

    $ git clone git://github.com/easyScience/EasyReflectometryLib

And install the latest developer version with:

.. code-block:: console

    $ cd EasyReflectometryLib
    $ git checkout develop
    $ pip install -e .[dev]
