BUILD.md
500 Lines or Less has been successfully built on several Linux systems, as well as OSX 10.10+. Almost all of the software mentioned in the below instructions should be available via your favorite package manager, with the possible exception of LaTeX on OS X (common practice seems to be installing MacTex via the pkg installer.)
cd 500linespyenv virtualenv 500lpyenv local 500lpip install -r requirements.txt. If you haven't used virtualenv, you may
need to sudo pip install -r requirements.txt.python build.py --pdfoutput/500L.pdfpython build.py --htmlcd htmlmake serveWarning: the ePub version of 500Lines is an "unsupported product"; the print and code formatting is poor, raw LaTeX is displayed in several places, the code is difficult to read, and images have not been optimized for the format. However, if you really want 500Lines in your favorite reader, this is one way to do it.
python build.py --epub --pandoc-epuboutput/500L.epub