From 75b59639dcae6adad92af4a34313a75196a2659c Mon Sep 17 00:00:00 2001 From: Yasha Ektefaie <10067571+yashaektefaie@users.noreply.github.com> Date: Sun, 13 Oct 2024 15:50:42 -0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01c7432..2770c60 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,19 @@ The spectral framework for model evaluation (SPECTRA) is a new framework for eva To get started use the [Python Package Index (PyPI)](https://pypi.org/project/spectrae). -Please note there is another package called spectra which is not related to this tool. Spectrae (which stands for spectral evaluation) implements the spectral framework for model evaluation. ```sh pip install spectrae ``` + +Or alternatively run this command: + +```sh + pip install git+https://github.com/mims-harvard/SPECTRA +``` + +Please note there is another package called spectra which is not related to this tool. Spectrae (which stands for spectral evaluation) implements the spectral framework for model evaluation. + ## How to use spectra ### Step 1: Define the spectral property, cross-split overlap, and the spectra dataset wrapper