Update README.md
Browse files
README.md
CHANGED
|
@@ -21,6 +21,8 @@ LucaOne-Prot - The LUCA Protein language model.
|
|
| 21 |
You can install the package from source using pip:
|
| 22 |
|
| 23 |
```bash
|
|
|
|
|
|
|
| 24 |
pip install lucagplm
|
| 25 |
```
|
| 26 |
|
|
|
|
| 21 |
You can install the package from source using pip:
|
| 22 |
|
| 23 |
```bash
|
| 24 |
+
pip install tokenizers==0.19.1
|
| 25 |
+
pip install transformers==4.41.2
|
| 26 |
pip install lucagplm
|
| 27 |
```
|
| 28 |
|