Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fslpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michiel Cottaar
fslpy
Commits
dfdf954d
Commit
dfdf954d
authored
6 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Plain Diff
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
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
COPYRIGHT
+1
-1
1 addition, 1 deletion
COPYRIGHT
LICENSE
+1
-1
1 addition, 1 deletion
LICENSE
MANIFEST.in
+4
-1
4 additions, 1 deletion
MANIFEST.in
README.rst
+4
-3
4 additions, 3 deletions
README.rst
with
10 additions
and
6 deletions
COPYRIGHT
+
1
−
1
View file @
dfdf954d
Copyright 2016-201
8
University of Oxford, Oxford, UK
Copyright 2016-201
9
University of Oxford, Oxford, UK
This diff is collapsed.
Click to expand it.
LICENSE
+
1
−
1
View file @
dfdf954d
The fslpy library
Copyright 2016-201
7
University of Oxford, Oxford, UK.
Copyright 2016-201
9
University of Oxford, Oxford, UK.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
This diff is collapsed.
Click to expand it.
MANIFEST.in
+
4
−
1
View file @
dfdf954d
include AUTHOR
include LICENSE
include COPYRIGHT
include CHANGELOG.rst
include README.rst
include requirements.txt
include requirements-dev.txt
include requirements-extra.txt
include
pytest.ini
include
setup.cfg
recursive-include doc *
recursive-exclude doc/html *
recursive-include tests *
This diff is collapsed.
Click to expand it.
README.rst
+
4
−
3
View file @
dfdf954d
...
...
@@ -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]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment