InstallationΒΆ
The histogram package can be installed with 2 ways:
from the source code:
Install Pixi for managing environments, dependencies, packaging, and task execution. (if it is not already installed).
Pixi installation e.g. for Linux:
$ curl -fsSL https://pixi.sh/install.sh | sh
Also install git, if it is missing.
$ sudo apt update # for updating the package list $ sudo apt install git
Go to a location where you would like to install the program, run:
$ git clone https://github.com/neutrons/histogram-dev.git
Setup and enter the environment
$ pixi shell
as a conda package: Histogram Package Installation Instructions
To test, in the root directory type:
pytest
