docs: added install note about upgrading pip to avoid building from source related issues
This commit is contained in:
parent
c91d8df790
commit
018865b2a2
1 changed files with 4 additions and 0 deletions
|
@ -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
|
> tk compatibility for python gui, and venv for virtualenvs
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
# recommended to upgrade to the latest version of pip before installation
|
||||||
|
# in python, can help avoid building from source issues
|
||||||
|
<python> -m pip install --upgrade pip
|
||||||
|
|
||||||
# install core vcmd/vnoded, system dependencies,
|
# install core vcmd/vnoded, system dependencies,
|
||||||
# and core python into a venv located at /opt/core/venv
|
# and core python into a venv located at /opt/core/venv
|
||||||
<yum/apt> install -y ./<package>
|
<yum/apt> install -y ./<package>
|
||||||
|
|
Loading…
Reference in a new issue