Skip to content

Commit

Permalink
chore(readme): update mac dev install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed Jan 18, 2023
1 parent dad51b5 commit bf8a3a0
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README-DEV.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~
Expand Down

0 comments on commit bf8a3a0

Please sign in to comment.