From 3308429fb41807d726fae89711a285618ba5759f Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Fri, 29 Mar 2019 13:04:32 +0000 Subject: [PATCH] DOC: readme --- README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 2c3a7bb44..f4e6d3c31 100644 --- a/README.rst +++ b/README.rst @@ -59,13 +59,14 @@ Some extra dependencies are listed in `requirements.txt If you are using Linux, you need to install wxPython first, as binaries are -not available on PyPI. Change the URL for your specific platform:: +not available on PyPI. Install wxPython like so, changing the URL for your +specific platform:: pip install -f https://extras.wxpython.org/wxPython4/extras/linux/gtk2/ubuntu-16.04/ wxpython -Once wxPython has been installed, you can simply type the following to install -the rest of the extra dependencies:: +Once wxPython has been installed, you can type the following to install the +rest of the extra dependencies:: pip install fslpy[extras] -- GitLab