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

Merge branch 'mnt/meta' into 'master'

Mnt/meta

See merge request fsl/fslpy!108
parents ab87b58f 3308429f
No related branches found
No related tags found
No related merge requests found
Pipeline #3503 canceled
Copyright 2016-2018 University of Oxford, Oxford, UK Copyright 2016-2019 University of Oxford, Oxford, UK
The fslpy library The fslpy library
Copyright 2016-2017 University of Oxford, Oxford, UK. Copyright 2016-2019 University of Oxford, Oxford, UK.
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
......
include AUTHOR
include LICENSE include LICENSE
include COPYRIGHT include COPYRIGHT
include CHANGELOG.rst
include README.rst
include requirements.txt include requirements.txt
include requirements-dev.txt include requirements-dev.txt
include requirements-extra.txt include requirements-extra.txt
include pytest.ini include setup.cfg
recursive-include doc * recursive-include doc *
recursive-exclude doc/html * recursive-exclude doc/html *
recursive-include tests * recursive-include tests *
...@@ -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