Skip to content
Merged
Changes from all commits
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
8 changes: 4 additions & 4 deletions docs/iris/src/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ at https://conda.io/en/latest/index.html.

.. _installing_from_source_without_conda:

Installing from source without conda on Debian-based Linux distros (devs)
-------------------------------------------------------------------------
Installing from Source Without Conda on Debian-Based Linux Distros (Developers)
-------------------------------------------------------------------------------

Iris can also be installed without a conda environment. The instructions in
this section are valid for Debian-based Linux distributions (Debian, Ubuntu,
Expand All @@ -55,11 +55,11 @@ These can be installed
with apt::

sudo apt-get install python3-pip python3-tk libudunits2-dev libproj-dev proj-bin libgeos-dev libcunit1-dev

Consider executing::

sudo apt-get update

before and after installation of Debian packages.

The rest can be done with pip. Begin with numpy::
Expand Down