Make sure a recent version of pip is used.
- The version in impish isn't new enough.
This commit is contained in:
parent
dc0a5a32b9
commit
4045b002d9
3 changed files with 5 additions and 2 deletions
1
install
1
install
|
|
@ -5,6 +5,7 @@ set -e
|
|||
|
||||
|
||||
sudo apt-get install -y python3.9 python3-pip
|
||||
python3.9 -m pip install --upgrade pip
|
||||
python3.9 -m pip install $1 ./eris
|
||||
eris --apt-install-tools
|
||||
# When developing...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue