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