Skip to content
Snippets Groups Projects
Commit 3308429f authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

DOC: readme

parent 60a04ca1
No related branches found
No related tags found
No related merge requests found
...@@ -59,13 +59,14 @@ Some extra dependencies are listed in `requirements.txt ...@@ -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 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 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 Once wxPython has been installed, you can type the following to install the
the rest of the extra dependencies:: rest of the extra dependencies::
pip install fslpy[extras] pip install fslpy[extras]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment