pgj commented on code in PR #4386:
URL: https://github.com/apache/couchdb/pull/4386#discussion_r1095856584


##########
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
 

Review Comment:
   I am not sure even if Python needs to be installed via `brew`.  The 
`xcode-select --install` command would add Python 3 and `pip3`, which are of 
versions 3.9.6 and 21.2.4 respectively at the moment (Ventura 13.1).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to