From 711c988d4570d979ddbd873b030caa962f688752 Mon Sep 17 00:00:00 2001 From: Zeming Lin Date: Wed, 27 May 2026 16:48:19 +0000 Subject: [PATCH] Show install block at the top of Running ESMC Locally --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2066ca0..8972045 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,12 @@ There are two primary ways of running the ESM models: through the [**Biohub Plat ### Running ESMC Locally +Install `esm` from GitHub (a PyPI release is coming soon): + +``` +pip install esm@git+https://github.com/Biohub/esm.git@c94ed8d +``` + The following code demonstrates how to run ESMC locally ```python