$ pip install pytokenizationsThis library uses maturin to build.
$ git clone https://github.com/tamuhey/tokenizations
$ cd python
$ pip install maturin
$ maturin buildNow wheel is built in python/target/wheels directory. You can install it with pip install *whl.
See the README.md