Show install block at the top of Running ESMC Locally (#310)

Co-authored-by: Zeming Lin <zlin@biohub.org>
This commit is contained in:
Zeming Lin
2026-05-27 12:49:52 -04:00
committed by GitHub
parent 81b3646c94
commit 1a2c29d56b

View File

@@ -57,6 +57,12 @@ There are two primary ways of running the ESM models: through the [**Biohub Plat
### Running ESMC Locally ### Running ESMC Locally
<a name="running-esmc-locally"></a> <a name="running-esmc-locally"></a>
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 The following code demonstrates how to run ESMC locally
```python ```python