mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-11-16 18:37:25 +00:00
bug: fix typo in makefile (#2474)
fix typo in makefile: `.PHONE` -> `.PHONY`
This commit is contained in:
parent
007fc45739
commit
5adc04ac27
2
Makefile
2
Makefile
@ -36,7 +36,7 @@ install-huggingface:
|
||||
python3 -m pip install pip==${PIP_VERSION}
|
||||
python3 -m pip install -r requirements/huggingface.txt
|
||||
|
||||
.PHONE: install-nltk-models
|
||||
.PHONY: install-nltk-models
|
||||
install-nltk-models:
|
||||
python -c "import nltk; nltk.download('punkt')"
|
||||
python -c "import nltk; nltk.download('averaged_perceptron_tagger')"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user