Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 940 Bytes

README.md

File metadata and controls

44 lines (22 loc) · 940 Bytes

Hyspecppt

Tool that enables users to analyze polarized neutron experiments on powder and single crystal samples using the HYSPEC instrument.

Installation Process

Create the development conda environment

conda env create

Activate the environment

conda activate hyspecppt_dev

Install the application in editable mode

pip install -e .

Start the tool

hyspecppt

Documentation Build locally

Enter the documentation directory

cd docs\

Clean current build files, if they exist

make clean

Build the html files

make html

Documentation hyspecppt.readthedocs.io

CI codecov