Skip to content

Commit cb20c4c

Browse files
committed
Update install instructions.
1 parent bc6b48f commit cb20c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ In order to install and create the environment, please follow these steps:
2222
git clone https://github.com/geektoni/concept_tagging_NLP
2323
cd concept_tagging_NLP
2424
conda create --name ctnlp --file requirements.txt
25-
python -m spacy download en_core_web_sm
2625
conda activate ctnlp
26+
python -m spacy download en_core_web_sm
2727
```
2828

2929
## Usage

0 commit comments

Comments
 (0)