Merge pull request #1241 from silx-kit/vallsv-patch-2

Typo readme
This commit is contained in:
Jerome Kieffer 2019-05-16 09:11:37 +02:00 committed by GitHub
commit cd33b0321c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 36 deletions

View File

@ -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::