Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.66 KB

INSTALLATION.md

File metadata and controls

35 lines (30 loc) · 1.66 KB

Installation

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.

Installation from source

  1. Clone EasyReflectometryApp repo from GitHub
git clone https://github.com/easyScience/EasyReflectometryApp
  1. Clone EasyApp repo from GitHub
git clone https://github.com/easyScience/EasyApp
  1. Go to EasyReflectometryApp directory
  2. Create miniforge conda environment with the name era_311 for EasyReflectometryApp
conda create --name era_311 python=3.11
  1. Create environment for EasyReflectometryApp and install it and its dependences using pip
pip install -e .
  1. Launch EasyReflectometry application in the created environment
python EasyReflectometryApp/main.py