From 2d6bb96bb2dcedee55181fb163c1075348f1258e Mon Sep 17 00:00:00 2001
From: Brent Huisman <brenthuisman@users.noreply.github.com>
Date: Mon, 25 Jan 2021 17:23:16 +0100
Subject: [PATCH] Encourage up to date pip in installation guide (#1323)

---
 doc/install/python.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/install/python.rst b/doc/install/python.rst
index ce64f662..ad2066a6 100644
--- a/doc/install/python.rst
+++ b/doc/install/python.rst
@@ -6,7 +6,7 @@ Python Installation
 Arbor's Python API will be the most convenient interface for most users.
 
 .. note::
-    Arbor requires Python version 3.6 and later.
+    Arbor requires Python version 3.6 and later. It is advised that you update `pip` as well.
 
 Getting Arbor
 -------------
-- 
GitLab