roemmele commited on
Commit
84e6c60
·
verified ·
1 Parent(s): 78bf983

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ This is the model repo for Creative Help, a legacy app for AI-based writing assi
20
  ## Installation
21
 
22
  ```bash
23
- pip install transformers torch
24
  python -m spacy download en_core_web_sm
25
  ```
26
 
 
20
  ## Installation
21
 
22
  ```bash
23
+ pip install transformers torch spacy
24
  python -m spacy download en_core_web_sm
25
  ```
26