Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1005 Bytes

venv-macos.rst

File metadata and controls

46 lines (27 loc) · 1005 Bytes

Installing on macOS

brew install pango libjpeg python git libyaml gobject-introspection
pip3 install virtualenv

Make sure pip will be able to find the libffi version provided by homebrew — this will be needed during the installation build step.

export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig"
brew install tesseract
# Web server option 1: NGINX and uWSGI
brew install nginx uwsgi

# Web server option 2: Apache with ``mod_wsgi``
brew install httpd

# Caching backend: Redis
brew install redis

# Database server: PostgreSQL
brew install postgresql