Skip to content

Commit

Permalink
Add pip installation step in readme (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
chandrakananandi authored Apr 29, 2022
1 parent f16b30c commit 2cb0c71
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ use snake egg.
- Type `make install` to build and install `snake_egg` into your python installation.
- This will reinstall over any existing `snake_egg` installation.

If you'd like to manually install it,
- 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/`.

0 comments on commit 2cb0c71

Please sign in to comment.