bakrianoo commited on
Commit
6bc1c8f
1 Parent(s): 809acd2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -32,9 +32,9 @@ using of additional Arabic characters like `پ` or `گ`.
32
 
33
  ### How to use كيفية الإستخدام
34
 
35
- Install transformers and sentencepiece
36
 
37
- `$ pip3 install transformers==4.3.0 sentencepiece==0.1.95`
38
 
39
  > If you are using `Google Colab`, please restart your runtime after installing the packages.
40
 
 
32
 
33
  ### How to use كيفية الإستخدام
34
 
35
+ Install transformers and sentencepiece (python >= 3.6)
36
 
37
+ `$ pip3 install transformers==4.3.0 sentencepiece==0.1.95 nltk==3.5 protobuf==3.15.3 torch==1.7.1`
38
 
39
  > If you are using `Google Colab`, please restart your runtime after installing the packages.
40