LucaGroup commited on
Commit
d7a923d
·
verified ·
1 Parent(s): 055f589

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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