install iris

Solutions on MaxInterview for install iris by the best coders in the world

showing results for - "install iris"
Giacomo
20 Jan 2018
1conda install -c conda-forge iris
2
3
4If you wish to run any of the code examples (see http://scitools.org.uk/iris/docs/latest/examples/index.html) you will also need the Iris sample data. This can also be installed using conda:
5
6conda install -c conda-forge iris-sample-data
7Further documentation on using conda and the features it provides can be found at http://conda.pydata.org/docs/intro.html.
Michela
27 Aug 2018
1conda install -c conda-forge iris
2