histogram data object
-
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 | shAlso 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 histogram, run:
git clone https://github.com/neutrons/histogram-dev.git
-
Setup-activate and enter the environment
pixi shell
The histogram environment is activated and the application is ready to use.
-
Pixi additional Information
Any change to pyproject.toml, e.g. new dependencies, requires updating the pixi.lock file and including it in the commit.
pixi.lock
to install/update the enrivornment
pixi install
-
Tests
In root directory of histogram-dev,type
pytest