From 63ca66031cec5934d425c168d631d86a60a13fbe Mon Sep 17 00:00:00 2001 From: Fifi Lyu Date: Wed, 8 Apr 2015 23:07:26 +0800 Subject: [PATCH] fix help for centos5 --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 76d759a..43831b7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,22 @@ Debian / Ubuntu: apt-get install python-pip pip install shadowsocks -CentOS: +CentOS 5: + + # install python26 + rpm -ivh https://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm + yum install -y python26 + + # install setuptools + wget -c peak.telecommunity.com/dist/ez_setup.py -O - | python26 + + # update /etc/pki/tls/certs/ca-bundle.crt + yum update -y openssl + + easy_install pip + pip install shadowsocks + +CentOS 6/7: yum install python-setuptools && easy_install pip pip install shadowsocks