To make the installation of EasyReflectometry as easy as possible, we prepare packaged releases for three major operating systems:
If the relevant EasyReflectometry installation does not work on your system, then please try installation from source.
- Clone EasyReflectometryApp repo from GitHub
git clone https://github.com/easyScience/EasyReflectometryApp
- Clone EasyApp repo from GitHub
git clone https://github.com/easyScience/EasyApp
- Go to EasyReflectometryApp directory
- Create miniforge conda environment with the name era_311 for EasyReflectometryApp
conda create --name era_311 python=3.11
- Create environment for EasyReflectometryApp and install it and its dependences using pip
pip install -e .
- Launch EasyReflectometry application in the created environment
python EasyReflectometryApp/main.py