ebetica commited on
Commit
c956e3b
·
verified ·
1 Parent(s): 9309bad

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -46,10 +46,10 @@ Refer to the [paper](https://biohub.ai/papers/esm_protein.pdf) for details on ad
46
 
47
  ### Usage
48
 
49
- Please install `esm` via PyPi:
50
 
51
  ```
52
- pip install esm
53
  ```
54
 
55
  You can fold your first protein with:
 
46
 
47
  ### Usage
48
 
49
+ Please install `esm` from GitHub (a PyPI release is coming soon):
50
 
51
  ```
52
+ pip install "esm @ git+https://github.com/Biohub/esm.git@fde4aaa7432c3f44c69e9615f43f2fd96f59c0d6"
53
  ```
54
 
55
  You can fold your first protein with: