Created
January 25, 2025 21:33
-
-
Save BuddhiLW/9f1113fb3e2a6ae4e7cfe0d101956745 to your computer and use it in GitHub Desktop.
How to install pix2tex -- transform images to latex equations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/bash | |
conda create -n pix2tex | |
conda activate pix2tex | |
pip install 'pix2tex[gui]' | |
echo "Installing gnome-screenshot as its pix2tex default screenshooter" | |
sudo apt-get install gnome-screenshot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment