Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 666 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 666 Bytes

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