a
This commit is contained in:
parent
434569c171
commit
b38fb3b8a1
1 changed files with 1 additions and 1 deletions
2
init.sh
2
init.sh
|
@ -4,7 +4,7 @@ sed -i 's/v3.9/v3.10/g' /etc/apk/repositories
|
||||||
|
|
||||||
apk update
|
apk update
|
||||||
apk upgrade
|
apk upgrade
|
||||||
apk add python3
|
apk add python3 gcc g++
|
||||||
pip3 install --upgrade pip
|
pip3 install --upgrade pip
|
||||||
pip3 install pipenv
|
pip3 install pipenv
|
||||||
pipenv install
|
pipenv install
|
||||||
|
|
Loading…
Reference in a new issue