Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 386 Bytes

README.rst

File metadata and controls

18 lines (12 loc) · 386 Bytes

nblast-rs

Python bindings for nblast rust library.

  • Free software: GPL3 license

Building

If wheels are not available for your platform, they can be built locally if you have a recent stable rust compiler.

git clone https://github.com/clbarnes/nblast-rs
cd nblast-rs/nblast-py
pip install .