Skip to content

burmisha/latex

Repository files navigation

This the root of all new writings in LaTeX.

Typical usage:

$ brew install imagemagick  # imagemagick is used to convert pdf
$ brew install geckodriver  # selenium requires geckodriver
$ brew install poppler  # split pdf to pdf, pdfseparate and pdfunite are used

# https://stackoverflow.com/questions/17140753/tesseract-install-mac-os
$ brew install tesseract
$ brew install tesseract-lang

$ export PIP_INDEX_URL=https://pypi.org/simple  # to make sure you're using proper repos
$ virtualenv venv --python=python3.8
$ . venv/bin/activate

# see pymaging docs https://pymaging.readthedocs.io/en/latest/usr/installation.html
$ pip3 install -e git+git://github.com/ojii/pymaging.git#egg=pymaging
$ pip3 install -e git+git://github.com/ojii/pymaging-png.git#egg=pymaging-png

$ pip3 install -r requirements.txt
$ pip3 install youtube-dl -U --upgrade-strategy eager  # force update

$ . venv/bin/activate
$ ./run.py --help

2012–2023 burmisha

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published