Skip to content

Commit

Permalink
new line?
Browse files Browse the repository at this point in the history
  • Loading branch information
yuming-long committed Oct 2, 2023
1 parent 539f4c5 commit fb1eaf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ install: install-base-pip-packages install-dev install-nltk-models install-test
install-ci: install-base-pip-packages install-nltk-models install-huggingface install-all-docs install-test install-local-inference-branch

.PHONY: install-local-inference-branch
install-local-inference-branch: git clone -b yuming/remove_ocr_code --single-branch https://github.com/Unstructured-IO/unstructured-inference.git && cd unstructured-inference && pip install -e . && cd ../
install-local-inference-branch:
git clone -b yuming/remove_ocr_code --single-branch https://github.com/Unstructured-IO/unstructured-inference.git && cd unstructured-inference && pip install -e . && cd ../

.PHONY: install-base-ci
install-base-ci: install-base-pip-packages install-nltk-models install-test
Expand Down

0 comments on commit fb1eaf1

Please sign in to comment.