From 144341f935e37d76f85c1d3031aa21270d41b91a Mon Sep 17 00:00:00 2001 From: Gavriel Fleischer Date: Mon, 8 Jun 2015 14:07:49 +0300 Subject: [PATCH] Added CentOS install instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e3d8fe1..e634028 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,18 @@ or you can install from source: * +# CentOS (7 or newer): + yum install git python34 python34-pip python34-devel augeas parted-devel + +# CentOS 6.6: + yum install git python34 python34-pip python34-devel augeas + + wget ftp://ftp.pbone.net/mirror/archive.fedoraproject.org/fedora/linux/releases/14/Everything/x86_64/os/Packages/parted-2.3-3.fc14.x86_64.rpm + rpm -ivh parted-2.3-3.fc14.x86_64.rpm + wget ftp://ftp.pbone.net/mirror/archive.fedoraproject.org/fedora/linux/releases/14/Everything/x86_64/os/Packages/parted-devel-2.3-3.fc14.x86_64.rpm + rpm -ivh parted-devel-2.3-3.fc14.x86_64.rpm + + # Installation pip-3.3 install --user -r <(wget -O- https://raw.github.com/g2p/blocks/master/requirements.txt)