From 1612f2a03594be830607a2bd4f36b627c93179a5 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Tue, 29 May 2018 09:44:03 -0600 Subject: [PATCH] Add macOS installation section to quickstart --- docs/guides/trinity/quickstart.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/guides/trinity/quickstart.rst b/docs/guides/trinity/quickstart.rst index 56bf4cbf18..32fa01a754 100644 --- a/docs/guides/trinity/quickstart.rst +++ b/docs/guides/trinity/quickstart.rst @@ -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