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