From 844dcef2058f87cffe669da9f8089704cefddbb0 Mon Sep 17 00:00:00 2001 From: Martin Yeo Date: Wed, 27 Jan 2021 11:23:24 +0000 Subject: [PATCH] Captilise installation heading - align #3958 content with #3940. --- docs/iris/src/installing.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/iris/src/installing.rst b/docs/iris/src/installing.rst index cd6a648516..8b3ae8d3e7 100644 --- a/docs/iris/src/installing.rst +++ b/docs/iris/src/installing.rst @@ -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, @@ -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::