Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 413 Bytes

README.rst

File metadata and controls

23 lines (11 loc) · 413 Bytes

POLPO

A Geometric Intelligence Lab's collection of weakly-related tools.

Installation

pip install polpo@git+https://github.com/geometric-intelligence/polpo.git@main

Or, to also install all the dependencies:

pip install polpo[all]@git+https://github.com/geometric-intelligence/polpo@main

Or the classic pipeline clone + pip install ..