Follow pip best practices
Let apt manage system pip3 version
This commit is contained in:
parent
3a8b1e207f
commit
44a0cb50e1
@ -4,7 +4,5 @@ echo "Updating Apt."
|
||||
apt-get update > /dev/null
|
||||
echo "Ensuring Pip is installed."
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y -qq python3-pip > /dev/null
|
||||
echo "Updating Pip."
|
||||
pip3 install pip -q -q --upgrade > /dev/null
|
||||
echo "Ensuring Mkdocs is installed."
|
||||
pip3 install mkdocs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user