From 018865b2a298f96eebc11b9315666512fcce0d92 Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Tue, 2 Aug 2022 13:49:38 -0700 Subject: [PATCH] docs: added install note about upgrading pip to avoid building from source related issues --- docs/install.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/install.md b/docs/install.md index 7a00b680..fcc8484e 100644 --- a/docs/install.md +++ b/docs/install.md @@ -116,6 +116,10 @@ rpm/deb package from [releases](https://github.com/coreemu/core/releases) page. > tk compatibility for python gui, and venv for virtualenvs ```shell +# recommended to upgrade to the latest version of pip before installation +# in python, can help avoid building from source issues + -m pip install --upgrade pip + # install core vcmd/vnoded, system dependencies, # and core python into a venv located at /opt/core/venv install -y ./