Installation¶
pip¶
$ pip install startinpy
If you want to compile it yourself¶
get the code: https://github.com/hugoledoux/startinpy
install latest Rust
install maturin
maturin build --releasecd ./target/wheels/pip install [name-wheel].whlwill install it to your local Python
Development (to debug the code)¶
get the code: https://github.com/hugoledoux/startinpy
install latest Rust
install maturin
compile the rust code and build the Python bindings (in debug mode, thus slow):
$ maturin develop
move to another folder, and this shouldn’t return any error:
$ python
$ import startinpy