Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Add how-to for setup of bsddb3 on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
c-w committed Jan 6, 2017
1 parent 1ff1065 commit 74f9cc6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.rst
Expand Up @@ -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 <https://homebrew.sh/>`_:

.. sourcecode :: sh
brew install berkeley-db4
pip install -r requirements-py3.pip
Windows
*******

Expand Down

0 comments on commit 74f9cc6

Please sign in to comment.