diff --git a/docs/01-batch-shipyard-installation.md b/docs/01-batch-shipyard-installation.md index 140a146b..21573346 100644 --- a/docs/01-batch-shipyard-installation.md +++ b/docs/01-batch-shipyard-installation.md @@ -414,7 +414,7 @@ pip install --upgrade pip #### CentOS/RHEL/Fedora ``` -yum install -y gcc openssl-dev libffi-devel python-devel +yum install -y gcc openssl-devel libffi-devel python-devel curl -fSsL https://bootstrap.pypa.io/get-pip.py | python ```