Installation

Installation#

Stable release#

To install EasyReflectometry, run this command in your terminal:

$ pip install EasyReflectometryLib

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]