Follow pip best practices
Let apt manage system pip3 version
This commit is contained in:
parent
3a8b1e207f
commit
44a0cb50e1
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue