You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,14 @@ Binette is available on [PyPI](https://pypi.org/project/Binette/) and can be ins
68
68
pip install binette
69
69
```
70
70
71
-
In addition to Python dependencies, Binette requires [Diamond](https://github.com/bbuchfink/diamond) to be installed and executable.
71
+
In addition to Python dependencies, Binette requires a few external tools:
72
72
73
+
***[DIAMOND](https://github.com/bbuchfink/diamond)** must be installed and available in your system’s `PATH`.
74
+
***[CheckM2](https://github.com/chklovski/CheckM2)** (version `1.1.0`) is also required but not distributed on PyPI. You can install it directly from GitHub:
0 commit comments