From 4997abbec070a297e979a02c3419a6bad19f91af Mon Sep 17 00:00:00 2001 From: Latticeworks1 <124119892+Latticeworks1@users.noreply.github.com> Date: Wed, 18 Dec 2024 08:08:35 -0800 Subject: [PATCH 1/2] Update the git clone in the README.md Added the actual link to the repo to clone --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51e64e23..d70e682a 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,9 @@ Launch into a [JupyterLab](https://jupyterlab.readthedocs.io) environment on To help out with development, start by cloning this [repo-url](/../../) - git clone + git clone https://github.com/Clay-foundation/model.git cd model + 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 From f1394f31621c78b4704df72f504e610599a17444 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 16:13:28 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d70e682a..5b1e13cd 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ To help out with development, start by cloning this [repo-url](/../../) git clone https://github.com/Clay-foundation/model.git cd model - + 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