Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extended the installation description #3958

Merged
merged 7 commits into from
Jan 27, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Simplified installation and modified latest.rst.
  • Loading branch information
MHBalsmeier committed Jan 27, 2021
commit 3b85f06fe72b497aa872fb528dd1a8c107be3077
4 changes: 2 additions & 2 deletions docs/iris/src/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ The rest can be done with pip. Begin with numpy::
Finally, Iris and its Python dependencies can be installed with the following
command::

pip3 install astropy tqdm oktopus bs4 setuptools nc_time_axis cython cfunits cf-units cf-python pandas stratify pyugrid scitools-pyke black imagehash nose asv scitools-iris
pip3 install setuptools cftime==1.2.1 cf-units scitools-pyke scitools-iris

This procedure was tested on a Ubuntu 20.04 system on the
26th of January, 2021.
27th of January, 2021.
Be aware that through updates of the involved Debian and/or Python packages,
dependency conflicts might arise or the procedure might have to modified.

Expand Down
2 changes: 2 additions & 0 deletions docs/iris/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ This document explains the changes made to Iris for this release

* `@rcomer`_ updated the "Seasonal ensemble model plots" Gallery example.
(:pull:`3933`)
* `@MHBalsmeier`_ Described non-conda installation on Debian-based distros.
(:pull:`3958`)


💼 Internal
Expand Down