doc: add note to upgrade pip before installing
This commit is contained in:
parent
984d28275b
commit
6ce4b425f8
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue