janl commented on code in PR #4386: URL: https://github.com/apache/couchdb/pull/4386#discussion_r1095848616
########## 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: or are you suggesting that whole line can go? (suggested inline patches = <3 ;) -- 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]
