Skip to content

neutrons/histogram-dev

 
 

Repository files navigation

Histogram

histogram data object

Installation

  1. 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
    
  2. Go to a location where you would like to install histogram, run:

    git clone https://github.com/neutrons/histogram-dev.git
    
  3. Setup-activate and enter the environment

    pixi shell

The histogram environment is activated and the application is ready to use.

For Contributors

  • 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
    
  • Documentation


CI codecov

About

histogram data object

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 74.7%
  • C++ 18.2%
  • Makefile 5.1%
  • CMake 1.4%
  • Other 0.6%