Installation

pip

$ pip install startinpy

development

  1. install Rust (v1.39+)

  2. install maturin

  3. compile the rust code and build the Python bindings:

$ maturin develop
  1. move to another folder, and this shouldn’t return any error:

$ python
$ import startinpy