From 2b1c8f96442adf8a0139ee2e29e3114021c0899d Mon Sep 17 00:00:00 2001 From: Jayaram Kancherla Date: Mon, 10 Jun 2024 17:23:54 -0700 Subject: [PATCH] Include installation for optional dependencies --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5e7f4cb..dc5b61a 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,9 @@ To get started, install the package from [PyPI](https://pypi.org/project/biocfra ```shell pip install biocframe + +# To install optional dependencies +pip install biocframe[optional] ``` ## Construction