We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c65a22 commit e9d65f4Copy full SHA for e9d65f4
Makefile
@@ -10,7 +10,7 @@ DOCKER_IMAGE ?= downloads.unstructured.io/unstructured-io/unstructured-api:lates
10
## install: installs all test, dev, and experimental requirements
11
.PHONY: install
12
install:
13
- pip install poetry
+ pip install -U poetry
14
python scripts/prepare-readme.py
15
poetry install
16
0 commit comments