From 3eaa316373f0b834c42339237ec497b0bb46cc85 Mon Sep 17 00:00:00 2001 From: AlexanderYukhanov Date: Tue, 21 Nov 2017 12:39:16 -0500 Subject: [PATCH] Fixed openssl package name for CentOS/RHEL/Fedora (#148) --- docs/01-batch-shipyard-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```