From ec635ff8de2df9c203657926443db6a70fefc847 Mon Sep 17 00:00:00 2001 From: Andrew Pontzen Date: Thu, 10 Aug 2023 10:16:23 +0100 Subject: [PATCH] Add note on pip update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc106f0..b68ae90 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ pip install topsy ``` This will install topsy and its dependencies (including `pynbody` itself) into -your current python environment. +your current python environment. (If it fails, check that you have python 3.8 +or later, and `pip` is itself up-to-date using `pip install -U pip`.) As usual, you can also install direct from github, e.g.