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

DOC: Changelog and readme - dropping python 2/3.4

parent 67574245
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,16 @@ This document contains the ``fslpy`` release history in reverse chronological
order.
2.0.0 (Under development)
-------------------------
Changed
^^^^^^^
* Removed support for Python 2.7 and 3.4.
1.12.0 (Sunday October 21st 2018)
---------------------------------
......@@ -22,6 +32,7 @@ Deprecated
* The ``extract_noise`` script.
1.11.1 (Friday September 14th 2018
----------------------------------
......
......@@ -20,6 +20,9 @@ programming library written in Python. It is used by `FSLeyes
<https://git.fmrib.ox.ac.uk/fsl/fsleyes/fsleyes/>`_.
``fslpy`` is tested against Python versions 3.5, 3.6 and 3.7.
Installation
------------
......@@ -56,8 +59,8 @@ Some extra dependencies are listed in `requirements.txt
on the mesh.
If you are using Linux, need to install wxPython first, as binaries are not
available on PyPI. Change the URL for your specific platform::
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::
pip install -f https://extras.wxpython.org/wxPython4/extras/linux/gtk2/ubuntu-16.04/ wxpython
......@@ -76,6 +79,14 @@ Dependencies for testing and documentation are listed in the
`requirements-dev.txt <requirements-dev.txt>`_ file.
Non-Python dependencies
^^^^^^^^^^^^^^^^^^^^^^^
The ``fsl.data.dicom`` module requires the presence of Chris Rorden's
`dcm2niix <https://github.com/rordenlab/dcm2niix>`_ program.
Documentation
-------------
......
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