From 512df08ee42acf2417f895b4047a1cd3af089aa1 Mon Sep 17 00:00:00 2001 From: Clemens Wolff Date: Thu, 5 Jan 2017 20:05:01 -0800 Subject: [PATCH] Add how-to for setup of bsddb3 on Mac PR #69 --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index f71d356..476fd3a 100644 --- a/README.rst +++ b/README.rst @@ -75,6 +75,16 @@ manager. For example, on Ubuntu, you can use apt-get: export BERKELEYDB_DIR=/usr pip install -r requirements-py3.pip +MacOS +***** + +On Mac, you can install BSD-DB using `homebrew `_: + +.. sourcecode :: sh + + brew install berkeley-db4 + pip install -r requirements-py3.pip + Windows *******