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 Mar 12, 2024
2 parents adccd82 + 33cfa06 commit 95fff7e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ The library is built specifically for converting data into a [neo4j](https://neo


## Installation
If you have setup a private ssh key for your github, copy-paste the command below to install the latest version ([v1.0.1][latest_tag]):
If you have setup a private ssh key for your github, copy-paste the command below to install the latest version ([v1.0.2][latest_tag]):
```
pip install git+ssh://[email protected]/sg-dev/[email protected].1
pip install git+ssh://[email protected]/sg-dev/[email protected].2
```

If you don't have ssh set up, download the latest wheel [here][latest_wheel] and install the wheel with:
Expand Down Expand Up @@ -93,7 +93,7 @@ converter()
# Known issues
If you encounter a bug or an unexplainable behavior, please check the [known issues](https://github.com/sg-dev/rel2graph/labels/bug) list. If your issue is not found, submit a new one.

[latest_version]: v1.0.1
[latest_tag]: https://github.com/sg-dev/rel2graph/releases/tag/v1.0.1
[latest_wheel]: https://github.com/sg-dev/rel2graph/releases/download/v1.0.1/rel2graph-1.0.1-py3-none-any.whl
[latest_version]: v1.0.2
[latest_tag]: https://github.com/sg-dev/rel2graph/releases/tag/v1.0.2
[latest_wheel]: https://github.com/sg-dev/rel2graph/releases/download/v1.0.2/rel2graph-1.0.1-py3-none-any.whl
[wiki]: https://rel2graph.jkminder.ch/index.html

0 comments on commit 95fff7e

Please sign in to comment.