Skip to content

Commit 910db32

Browse files
authored
Update README.md
1 parent dfeeb9b commit 910db32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Example:
2929

3030
- Following libraries are fundamental to this repository.
3131
- You should install PyTorch via official [Installation guide](https://pytorch.org/get-started/locally/).
32-
- To use spaCy model which is used to tokenize english sentence, download English model by running `python -m spacy download en_core_web_sm`.
32+
- To use spaCy model which is used to tokenize english sentence, download English model by running `python -m spacy download en_core_web_sm`. `python -m spacy download en` (open md prompt as an Administrator mode)
3333

3434
```
3535
en-core-web-sm==2.1.0
@@ -42,6 +42,7 @@ spacy==2.1.8
4242
torch==1.2.0
4343
torchtext==0.4.0
4444
```
45+
- if you have troble in installing torch and torchtext, do `pip install torch==1.2.0 -f https://download.pytorch.org/whl/torch_stable.html` and `pip install Torchtext==0.04`
4546
<br/>
4647

4748

0 commit comments

Comments
 (0)