From 34bb1fb84506e009df70add847f534237e743b3a Mon Sep 17 00:00:00 2001 From: Ianto Lin Xi Date: Sun, 3 Mar 2024 18:42:04 -0500 Subject: [PATCH] update readme with better build instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bfed22..8669271 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,10 @@ Click on it and select "Capture" to capture a screenshot of the equation. The ap # Build ```bash +cd standalone_app pip install -U https://github.com/huggingface/transformers/archive/refs/heads/main.zip pip install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cpu -U pip install -r requirements.txt -cd standalone_app pyinstaller Snap2LaTeX.spec ```