From f872f098224d64677ed96b6a49974bb7ddef10dc Mon Sep 17 00:00:00 2001 From: Dan Bonomo Date: Fri, 24 May 2024 06:00:24 -0600 Subject: [PATCH] Updates the mamba install instructions link. (#252) Co-authored-by: Daniel Wiesmann --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 556c31a4..e1375586 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -16,7 +16,7 @@ Start by cloning this [repo-url](https://github.com/Clay-foundation/model) git clone https://github.com/Clay-foundation/model cd model -Then we recommend [using mamba](https://mamba.readthedocs.io/en/latest/installation.html) +Then we recommend [using mamba](https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html) to install the dependencies. A virtual environment will also be created with Python and [JupyterLab](https://github.com/jupyterlab/jupyterlab) installed.