Python bindings for egg
The build system creates its own python
venv.
Executing the created ./venv/bin/activate will ready your current shell to
use snake egg.
-
Type
make installto build and installsnake_egginto your python installation.- This will reinstall over any existing
snake_egginstallation.
- This will reinstall over any existing
-
You can also install using
pipas following:pip install git+https://github.com/egraphs-good/snake-egg -
If you'd like to manually install it, just run
maturin buildand find the wheels in./target/wheels/.