@tohojo requested changes on this pull request.

Please drop those two lines, and squash everything into a single commit - other than that, LGTM :)


In README.rst:

> +  
+    .. code-block:: bash
+
+        cd /usr/ports/net/flent && make install
+
+- **macOS:**
+
+  `Homebrew <https://brew.sh/>`_ and Python 3 must be installed
+  
+  You can install Python 3 easily using homebrew
+  
+    .. code-block:: bash
+
+      brew install python
+  
+  A more preferred way to install Python on macOS is to use `pyenv <https://github.com/pyenv/pyenv>`_, but this requires a bit more work to setup

I think we should just drop this line - it's more mystifying than useful...


In doc/quickstart.rst:

> +  
+    .. code-block:: bash
+
+        cd /usr/ports/net/flent && make install
+
+- **macOS:**
+
+  `Homebrew <https://brew.sh/>`_ and Python 3 must be installed
+  
+  You can install Python 3 easily using homebrew
+  
+    .. code-block:: bash
+
+      brew install python
+  
+  A more preferred way to install Python on macOS is to use `pyenv <https://github.com/pyenv/pyenv>`_, but this requires a bit more work to setup

As above


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.