Skip to content

Commit

Permalink
Merge branch 'main' of github.com:sg-dev/rel2graph into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jkminder committed Sep 14, 2022
2 parents d41f788 + 1530e9e commit 0c96935
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ Note: The [py2neo](https://py2neo.org/2021.1/index.html) library does not suppor
## Installation
If you have setup a private ssh key for your github, copy-paste the command below to install the latest version ([v0.7.0][latest_tag]):
```
$ pip install git+ssh://[email protected]/sg-dev/[email protected]
pip install git+ssh://[email protected]/sg-dev/[email protected]
```

If you don't have ssh set up, download the latest wheel [here][latest_wheel] and install the wheel with:
```
$ pip install **path-to-wheel**
pip install **path-to-wheel**
```

If you have cloned the repository you can also build it locally with
```
$ pip install **path-to-repository**
pip install **path-to-repository**
```
The rel2graph library supports Python 3.7+.

Expand Down

0 comments on commit 0c96935

Please sign in to comment.