diff --git a/README.md b/README.md index 763b465..9e89901 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,9 @@ walks on metabolic reaction network. ## Install -**Note** that Rawk currently can only be installed from the source files in -this repository. - -Rawk will be available on PyPI soon. +```bash +pip install rawk +``` ## Documentation diff --git a/pyproject.toml b/pyproject.toml index 0c1848f..4dec580 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,3 +38,8 @@ dependencies = [ "joblib~=1.4.2", "cobra~=0.29.0", ] + + +[project.urls] +Homepage = "https://github.com/TaylorResearchLab/Rawk" +Issues = "https://github.com/TaylorResearchLab/Rawk/issues"