Pin pip install esm to commit SHA (#305)

Co-authored-by: Zeming Lin <zlin@biohub.org>
This commit is contained in:
Zeming Lin
2026-05-27 08:15:10 -04:00
committed by GitHub
parent c94ed8d763
commit e2f7a1c1df

View File

@@ -97,7 +97,7 @@ Note that our API migrated from forge.evolutionaryscale.ai to [biohub.ai](https:
To get started with ESM, install the python library using `pip`: To get started with ESM, install the python library using `pip`:
``` ```
pip install esm pip install "esm @ git+https://github.com/Biohub/esm.git@c94ed8d763bbd7088b296949e5b401e8ea12073a"
``` ```
Then import the necessary libraries and instantiate your desired model. Then import the necessary libraries and instantiate your desired model.
@@ -221,7 +221,7 @@ with open("1mht_pred.cif", "w") as f:
Install the `esm` Python package Install the `esm` Python package
``` ```
pip install esm pip install "esm @ git+https://github.com/Biohub/esm.git@c94ed8d763bbd7088b296949e5b401e8ea12073a"
``` ```
Import the necessary libraries. Import the necessary libraries.