Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 884 Bytes

venv-macos.rst

File metadata and controls

44 lines (25 loc) · 884 Bytes

Installing on macOS

Warning

This guide is currently untested, please provide feedback or corrections to it.

brew install pango cairo libjpeg python git libyaml gobject-introspection
pip3 install virtualenv
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