Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ There are two primary ways of running the ESM models: through the [**Biohub Plat
### Running ESMC Locally
<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

```python
Expand Down
Loading