Skip to content

Commit

Permalink
Add pip-install line
Browse files Browse the repository at this point in the history
  • Loading branch information
j6k4m8 committed Mar 23, 2021
1 parent 8458caa commit 09f8887
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
@@ -1,5 +1,9 @@
# GrandCypher

```shell
pip install grand-cypher
```

GrandCypher is a partial implementation of the Cypher graph query language written in Python, for Python data structures.

You likely already know Cypher from the Neo4j Graph Database. Use it with your favorite graph libraries in Python!
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@
["sqlalchemy"]

setuptools.setup(
name="grandcypher",
name="grand-cypher",
version="0.1.0",
author="Jordan Matelsky",
author_email="opensource@matelsky.com",
Expand Down

0 comments on commit 09f8887

Please sign in to comment.