From f7e9b7378f7a9ad10806f8ef5b4331aa981fa4c0 Mon Sep 17 00:00:00 2001 From: mohan-chinnappan-n Date: Sat, 28 Mar 2020 11:25:28 -0400 Subject: [PATCH 1/2] Update README.rst --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index b314d09..af6b0a1 100644 --- a/README.rst +++ b/README.rst @@ -18,6 +18,14 @@ Prerequisites .. code-block:: bash sudo apt-get install python3 python3-pip + + +Mac +*** + +.. code-block:: bash + + brew install libsodium We recommend using `venv`_ to create an isolated Python environment: From ba37e2e74b2fcacee0bf29d7e9850dfb7edd4d05 Mon Sep 17 00:00:00 2001 From: mohan-chinnappan-n Date: Sat, 28 Mar 2020 11:38:52 -0400 Subject: [PATCH 2/2] logbook pip added --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index af6b0a1..62834cf 100644 --- a/README.rst +++ b/README.rst @@ -19,6 +19,8 @@ Prerequisites sudo apt-get install python3 python3-pip + pip install logbook + Mac ***