From 6ce4b425f8bb5b83b0eaadf56b2417e52a1461cf Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Thu, 15 Apr 2021 21:46:55 -0700 Subject: [PATCH] doc: add note to upgrade pip before installing --- docs/install.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/install.md b/docs/install.md index 7c5ebb84..5c66f420 100644 --- a/docs/install.md +++ b/docs/install.md @@ -134,6 +134,9 @@ After installation has completed you should be able to run `core-daemon` and `co `install.sh` will attempt to determine your OS by way of `/etc/os-release`, currently it supports attempts to install OSs that are debian/redhat like (yum/apt). ```shell +# make sure pip is the latest version before moving forward +python3 -m pip install -U pip + # clone CORE repo git clone https://github.com/coreemu/core.git cd core