/caboose

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

caboose

Installation

Preliminaries

Dependencies and build

  • Setup a virtualenv python3.9 -m venv venv and source venv/bin/activate
  • Install Cython (needed for similaripy) pip install Cython==0.29.32
  • Install the dependencies pip install -r requirements.txt
  • Build the project with maturin develop --release

Validation

  • Run the tests with pytest
  • Start jupyter and run the minimal notebook