Skip to content

Commit

Permalink
update git+https and gh_pages link after public release (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCatt91 authored Jun 17, 2024
1 parent a3fb9e2 commit de86b8d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

A Python toolbox to compute topological metrics and statistics for Knowledge Graphs.

Documentation can be found at https://curly-barnacle-lnejye6.pages.github.io/
Documentation can be found at https://graphcore-research.github.io/kg-topology-toolbox/

For a walkthrough of the main functionalities, we provide an introductory [Jupyter notebook](docs/source/notebooks/ogb_biokg_demo.ipynb).

Expand All @@ -15,7 +15,7 @@ To install the `kg-topology-toolbox` library, run

```
pip install wheel
pip install git+ssh://git@github.com/graphcore-research/kg-topology-toolbox
pip install git+https://github.com/graphcore-research/kg-topology-toolbox.git
```

4\. Import and use:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/notebooks/ogb_biokg_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"source": [
"import sys\n",
"!{sys.executable} -m pip uninstall -y kg_topology_toolbox\n",
"!pip install -q git+ssh://git@github.com/graphcore-research/kg-topology-toolbox\n",
"!pip install -q git+https://github.com/graphcore-research/kg-topology-toolbox.git\n",
"!pip install -q jupyter ipywidgets ogb seaborn"
]
},
Expand Down
3 changes: 2 additions & 1 deletion docs/source/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Installation and usage
1. Pip install :code:`kg-topology-toolbox`:

.. code-block::
pip install wheel
pip install git+https://github.com/graphcore-research/kg-topology-toolbox.git
2. Import and use:
Expand Down

0 comments on commit de86b8d

Please sign in to comment.