Installation#
Stable release#
To install easyreflectometry
, run this command in your terminal:
$ pip install easyreflectometry
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]