Skip to content

Commit 275cf4c

Browse files
DvirDukhanswilly22
authored andcommitted
added latest version install to readme (#48)
1 parent 4105990 commit 275cf4c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ redis_graph.delete()
5151
```
5252

5353
# Installing
54+
55+
### Install official release
56+
5457
```
5558
pip install redisgraph
5659
```
60+
### Install latest release (Aligned with RedisGraph master)
61+
62+
```
63+
pip install git+https://github.com/RedisGraph/redisgraph-py.git@master
64+
```

0 commit comments

Comments
 (0)