diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2018-06-02 13:21:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-02 13:21:04 +0000 |
commit | 95f9bbac5f70c357a7461b5c3f9a8eab7632687d (patch) | |
tree | 0cf3596824900657d3c7103208d0e1e6db08d06b /Readme.md | |
parent | c7653a276a3670585f5e781cd4e5847233a75fc2 (diff) | |
download | regularization-95f9bbac5f70c357a7461b5c3f9a8eab7632687d.tar.gz regularization-95f9bbac5f70c357a7461b5c3f9a8eab7632687d.tar.bz2 regularization-95f9bbac5f70c357a7461b5c3f9a8eab7632687d.tar.xz regularization-95f9bbac5f70c357a7461b5c3f9a8eab7632687d.zip |
added python binary installation
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -35,6 +35,13 @@ ## Installation: +### Python binaries +Python binaries are distributed via the [ccpi](https://anaconda.org/ccpi/ccpi-regulariser) conda channel. Currently we produce packages for Linux64, Python 2.7, 3.5 and 3.6, NumPy 1.12 and 1.13. + +``` +conda install ccpi-regulariser -c ccpi -c conda-forge +``` + ### Python (conda-build) ``` export CIL_VERSION=0.9.4 |