mirror of https://github.com/silx-kit/pyFAI.git
commit
cd33b0321c
36
README.rst
36
README.rst
|
@ -122,15 +122,15 @@ Python 2.7, 3.4, 3.5, 3.6 and 3.7 are well tested.
|
|||
Python 2.6, 3.2 and 3.3 are no more supported since pyFAI 0.12
|
||||
For full functionality of pyFAI the following modules need to be installed.
|
||||
|
||||
* numpy - http://www.numpy.org
|
||||
* scipy - http://www.scipy.org
|
||||
* matplotlib - http://matplotlib.sourceforge.net/
|
||||
* fabio - http://sourceforge.net/projects/fable/files/fabio/
|
||||
* h5py - http://www.h5py.org/
|
||||
* pyopencl - http://mathema.tician.de/software/pyopencl/
|
||||
* python-pyqt5 - http://www.riverbankcomputing.co.uk/software/pyqt/intro
|
||||
* silx - http://www.silx.org
|
||||
* numexpr - https://github.com/pydata/numexpr
|
||||
* `numpy` - http://www.numpy.org
|
||||
* `scipy` - http://www.scipy.org
|
||||
* `matplotlib` - http://matplotlib.sourceforge.net/
|
||||
* `fabio` - http://sourceforge.net/projects/fable/files/fabio/
|
||||
* `h5py` - http://www.h5py.org/
|
||||
* `pyopencl` - http://mathema.tician.de/software/pyopencl/
|
||||
* `python-pyqt5` - http://www.riverbankcomputing.co.uk/software/pyqt/intro
|
||||
* `silx` - http://www.silx.org
|
||||
* `numexpr` - https://github.com/pydata/numexpr
|
||||
|
||||
Those dependencies can simply be installed by::
|
||||
|
||||
|
@ -149,15 +149,15 @@ or using apt-get on from the command line in a terminal::
|
|||
|
||||
The extra Ubuntu packages needed are:
|
||||
|
||||
* python-numpy
|
||||
* python-scipy
|
||||
* python-matplotlib
|
||||
* python-dev
|
||||
* python-fabio
|
||||
* python-pyopencl
|
||||
* python-pyqt5
|
||||
* python-silx
|
||||
* python-numexpr
|
||||
* `python-numpy`
|
||||
* `python-scipy`
|
||||
* `python-matplotlib`
|
||||
* `python-dev`
|
||||
* `python-fabio`
|
||||
* `python-pyopencl`
|
||||
* `python-pyqt5`
|
||||
* `python-silx`
|
||||
* `python-numexpr`
|
||||
|
||||
and the same with python3
|
||||
using apt-get these can be installed as::
|
||||
|
|
Loading…
Reference in New Issue