Fix Homebrew python package (#227)

Homebrew removed python3 and python now defaults to version 3. Here we
use `brew upgrade python` to upgrade the pre-installed version of
python to python3.
This commit is contained in:
Tucker Barbour
2018-03-02 14:59:23 -08:00
committed by jbarlow83
parent f248576994
commit 4b10929b25
+3 -1
View File
@@ -8,7 +8,9 @@ brew update
brew install openjpeg jbig2dec libtiff # image libraries
brew install qpdf
brew install ghostscript
brew install python3
# Brew removed the python3 package and python now defaults Python 3.6
brew upgrade python
brew install libxml2 libffi leptonica
brew install unpaper # optional
brew install tesseract