Python bindings for egg
- Install
maturin, a cool Rust/Python builder thingy.- Download from their site or just
pip install maturin.
- Download from their site or just
- Type
make installto build and installsnake_egginto your python installation.- This will reinstall over any existing
snake_egginstallation. - You may want to do this in a
virtualenv.
- This will reinstall over any existing
If you'd like to manually install it,
just run maturin build and find the wheels in ./target/wheels/.