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