Python bindings for egg
This package is published on PyPi and can be installed with pip install snake-egg
.
Wheels are built for Python version 3.7-3.10.
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 install
to build and installsnake_egg
into your python installation.- This will reinstall over any existing
snake_egg
installation.
- This will reinstall over any existing
-
You can also install using
pip
as following:pip install git+https://github.com/egraphs-good/snake-egg
-
If you'd like to manually install it, just run
maturin build
and find the wheels in./target/wheels/
.