-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:sg-dev/rel2graph into main
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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+. | ||
|
||
|