From 3eccdd14563b933dadb0e4b328d4c59d28f78448 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Thu, 24 Apr 2014 11:35:23 -0500 Subject: [PATCH] no one uses macports update the dev docs for OS X to use Homebrew instead of macports, and reflect the necessary dependencies for 10.9 Mavericks (2013) instead of 10.7 Lion (2011). Change-Id: Ia1a06a15b9f03777fe9d3e77a37eb395f15a4706 --- doc/source/setup.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/setup.rst b/doc/source/setup.rst index d07e9a913..6a8ec5421 100644 --- a/doc/source/setup.rst +++ b/doc/source/setup.rst @@ -32,7 +32,7 @@ Prerequisites This document assumes you are using: -- Ubuntu 12.04, Fedora 15, or Mac OS X Lion +- Ubuntu, Fedora, or Mac OS X - `Python 2.7`_ .. _`Python 2.7`: http://www.python.org/ @@ -89,11 +89,11 @@ Fedora 15:: $ sudo yum install python-sqlite2 python-lxml python-greenlet-devel python-ldap sqlite-devel openldap-devel -Mac OS X Lion (requires MacPorts_):: +Mac OS X 10.9 (requires Homebrew_):: - $ sudo port install py-ldap + $ brew install python openssl -.. _MacPorts: http://www.macports.org/ +.. _Homebrew: http://brew.sh/ PyPi Packages and VirtualEnv ----------------------------