unstructured/environment.yml
Matt Robinson 33b983fbf0
docs: instructions on how to install on Windows + conda (#129)
* add environment.yml

* instructions on how to install base package and detectron2

* added instructions on paddleocr

* remove covers

* install -> to install

* specified the shell

* updated example snippets

* update environment.yml

* updated the repo reference

* no more ands!
2023-01-05 16:21:44 +00:00

18 lines
223 B
YAML

name: unstructured
channels:
- defaults
- anaconda
- conda-forge
- pytorch
dependencies:
- python=3.8
- pytorch=1.12.1
- pywin32
- poppler
- torchvision
- pip:
- huggingface-hub
- layoutparser