Update README.md
Browse files
README.md
CHANGED
@@ -79,8 +79,7 @@ Can be easily integrated into your existing spaCy-based NLP pipelines.
|
|
79 |
#### Installation
|
80 |
##### You can install the custom spaCy NER model using pip:
|
81 |
|
82 |
-
```
|
83 |
-
|
84 |
pip install https://huggingface.co/DaFull/en_ner_job_postings/resolve/main/en_ner_job_postings-any-py3-none-any.whl
|
85 |
|
86 |
```
|
|
|
79 |
#### Installation
|
80 |
##### You can install the custom spaCy NER model using pip:
|
81 |
|
82 |
+
```python
|
|
|
83 |
pip install https://huggingface.co/DaFull/en_ner_job_postings/resolve/main/en_ner_job_postings-any-py3-none-any.whl
|
84 |
|
85 |
```
|