Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fslpy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD 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
FSL
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
Pipeline
#3503
canceled
6 years ago
Stage: test
Stage: style
Stage: doc
Stage: deploy
Changes
4
Pipelines
1
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
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");
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.
...
...
This diff is collapsed.
Click to expand it.
MANIFEST.in
+
4
−
1
View file @
dfdf954d
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 *
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
...
@@ -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]
...
...
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