Installation ============ pub2 depends on TeX Live and ImageMagick. To install, use pip. OSX ^^^ Install mactex and imagemagick using Homebrew, then install pub2. :: brew cask install mactex brew install imagemagick pip install pub2 Linux (Debian/Ubuntu) ^^^^^^^^^^^^^^^^^^^^^ Install magickwand-dev and texlive, then pub2. :: apt-get install libmagickwand-dev texlive pip install pub2 Linux (Redhat/CentOS) ^^^^^^^^^^^^^^^^^^^^^ Install imagemagck and texlive, then pub2. :: yum install ImageMagick-devel texlive-latex pip install pub2 Windows ^^^^^^^ 1. Install TeX: http://mirror.ctan.org/systems/texlive/tlnet/install-tl-windows.exe 2. Install ImageMagick: http://docs.wand-py.org/en/0.4.3/guide/install.html#install-imagemagick-on-windows 3. Think happy thoughts. :: pip install pub2