Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Loading