Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ The goal of this project is to create a learning based system that takes an imag
## Using the model
To run the model you need Python 3.7+

If you don't have PyTorch installed. Follow their instructions [here](https://pytorch.org/get-started/locally/).
If you don't have PyTorch installed, follow their instructions [here](https://pytorch.org/get-started/locally/).

Install the Python development package for your distribution (e.g. `dnf install python3-devel`): you will need this for installing the next package!

Install the package `pix2tex`:

Expand Down