summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2023-01-18 16:00:02 +0100
committerJan Lehnardt <jan@apache.org>2023-01-18 16:00:02 +0100
commitbf8a3a065defb9a4fd41ca0bbac1d156b3dc01da (patch)
treefcc994a721821b81068de8defa7e42afcaf83b1e
parentdad51b5b82e37838e030cb4a7f4abbd90f6c2403 (diff)
downloadcouchdb-fix/readme-dev-mac.tar.gz
chore(readme): update mac dev install instructionsfix/readme-dev-mac
-rw-r--r--README-DEV.rst13
1 files changed, 8 insertions, 5 deletions
diff --git a/README-DEV.rst b/README-DEV.rst
index e29d632f5..4c5d2e8b8 100644
--- a/README-DEV.rst
+++ b/README-DEV.rst
@@ -115,15 +115,18 @@ Unless you want to install the optional dependencies, skip to the next section.
Install what else we can with Homebrew::
- brew install help2man gnupg md5sha1sum node python
+ brew install \
+ erlang \
+ elixir \
+ help2man \
+ node \
+ python \
+ spidermonkey
-If you don't already have pip installed, install it::
-
- sudo easy_install pip
Now, install the required Python packages::
- sudo pip install sphinx docutils pygments sphinx_rtd_theme
+ pip3 install sphinx docutils pygments sphinx_rtd_theme
FreeBSD
~~~~~~~