Skip to content

Commit

Permalink
Add macOS installation section to quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
davesque authored and cburgdorf committed May 29, 2018
1 parent 83e4531 commit 1612f2a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/guides/trinity/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,21 @@ we need to install the ``python3-pip`` package through the following command.
Finally, we can install the ``trinity`` package via pip.

.. code:: sh
pip3 install trinity
Installing on macOS
-------------------

First, install LevelDB and the latest Python 3 with brew:

.. code:: sh
brew install python3 leveldb
Then, install the ``trinity`` package via pip:

.. code:: sh
pip3 install trinity
Expand Down

0 comments on commit 1612f2a

Please sign in to comment.