Installation#

Stable release#

To install EasyReflectometry, run this command in your terminal:

$ pip install git+https://github.com/easyScience/EasyReflectometryLib.git@master

This is the preferred method to install EasyReflectometry, soon EasyReflectometry will also be available on PyPI.

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

Developer Instrutions#

Clone the public repository:

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

And install the latest developer version with:

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