Skip to content

martin-luecke/snake-egg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python bindings for egg

Installing

  • Install maturin, a cool Rust/Python builder thingy.
    • Download from their site or just pip install maturin.
  • Type make install to build and install snake_egg into your python installation.
    • This will reinstall over any existing snake_egg installation.
    • You may want to do this in a virtualenv.

If you'd like to manually install it, just run maturin build and find the wheels in ./target/wheels/.

About

Python bindings for egg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 83.6%
  • Python 12.8%
  • Makefile 3.6%