You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2023/01/18 15:00:21 UTC

[couchdb] branch fix/readme-dev-mac created (now bf8a3a065)

This is an automated email from the ASF dual-hosted git repository.

jan pushed a change to branch fix/readme-dev-mac
in repository https://gitbox.apache.org/repos/asf/couchdb.git


      at bf8a3a065 chore(readme): update mac dev install instructions

This branch includes the following new commits:

     new bf8a3a065 chore(readme): update mac dev install instructions

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: chore(readme): update mac dev install instructions

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch fix/readme-dev-mac
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit bf8a3a065defb9a4fd41ca0bbac1d156b3dc01da
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Wed Jan 18 16:00:02 2023 +0100

    chore(readme): update mac dev install instructions
---
 README-DEV.rst | 13 ++++++++-----
 1 file 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
 ~~~~~~~