From 7e4fb6886910b6520d194aeb8ca6f6c246eccde2 Mon Sep 17 00:00:00 2001 From: Jake Poznanski Date: Wed, 29 Jan 2025 13:37:13 -0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88c4886..dcad862 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,11 @@ Linux Ubuntu/Debian sudo apt-get install poppler-utils ttf-mscorefonts-installer msttcorefonts fonts-crosextra-caladea fonts-crosextra-carlito gsfonts lcdf-typetools ``` -Then, clone and install the olmocr package +Set up a conda environment, then clone and install the olmocr package ```bash +conda create -n olmocr python=3.11 +conda activate olmocr + git clone https://github.com/allenai/olmocr.git cd olmocr pip install -e .