Add conda to readme

This commit is contained in:
Christopher J. Wright 2017-05-22 23:37:43 -04:00 committed by GitHub
parent 9c48695248
commit ae5eaf0d21
1 changed files with 7 additions and 1 deletions

View File

@ -37,8 +37,14 @@ Provide the *--user* to perform an installation local to your user.
Under UNIX, you may have to run the command via *sudo* to gain root access an
perform a system wide installation.
pyFAI is also available via conda (for Linux and Mac, currently)::
conda install pyfai -c conda-forge
To install conda please see either `conda <https://conda.io/docs/install/quick.html>`_ or `Anaconda <https://www.continuum.io/downloads>`_.
The latest release of pyFAI can be downloaded from
`Github <https://github.com/silx-kit/pyFAI/archive/master.zip>`_ .
`Github <https://github.com/silx-kit/pyFAI/archive/master.zip>`_.
Presently the source code has been distributed as a zip package.
Download it one and unpack it::