Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.05 KB

README.md

File metadata and controls

52 lines (32 loc) · 1.05 KB

Build Status Documentation Status codecov

QuickNXS

This app is a frontend for Magnetic Reflectivity Reduction.

Install

Install the development environment

conda env create -f environment.yml
activate quicknxs

Install QuickNXS

Install via source

python -m pip install -e .

This installs the code in editable mode.

Build the wheel

Once QuickNXS is installed

python -m build --no-isolation --wheel

now you can install QuickNXS via the generated wheel on other system

python3 -m pip install quicknxs*.whl

Run

Work in progress.

Test

Work in progress.