Skip to content

Instantly share code, notes, and snippets.

@BuddhiLW
Created January 25, 2025 21:33
Show Gist options
  • Save BuddhiLW/9f1113fb3e2a6ae4e7cfe0d101956745 to your computer and use it in GitHub Desktop.
Save BuddhiLW/9f1113fb3e2a6ae4e7cfe0d101956745 to your computer and use it in GitHub Desktop.
How to install pix2tex -- transform images to latex equations
#!/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