Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
Fixed openssl package name for CentOS/RHEL/Fedora (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderYukhanov authored and alfpark committed Nov 21, 2017
1 parent c91a49e commit 3eaa316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/01-batch-shipyard-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 3eaa316

Please sign in to comment.