From ed8299e9827d911117f56601a1c02a4d52c16163 Mon Sep 17 00:00:00 2001 From: Yuanchao Zhang Date: Tue, 30 Jun 2026 17:55:41 -0400 Subject: [PATCH 1/2] Update pyproject.toml --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) 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" From 8f5c7dd7c37206dc83232c54bc22cff74ee588e0 Mon Sep 17 00:00:00 2001 From: Yuanchao Zhang Date: Tue, 30 Jun 2026 17:57:42 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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