Skip to content

Commit

Permalink
Merge pull request #4 from intrepidlemon/ix-update-readme
Browse files Browse the repository at this point in the history
update readme with better build instructions
  • Loading branch information
ProfFan committed Mar 4, 2024
2 parents 9129fed + 34bb1fb commit 837ade0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 837ade0

Please sign in to comment.