From d69272767f902db23560db0244bd0fd8bcc41be1 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sun, 1 Jun 2014 19:13:55 +0800 Subject: [PATCH] update readme python version now checked by utils --- README.md | 7 ------- README.rst | 9 --------- 2 files changed, 16 deletions(-) diff --git a/README.md b/README.md index 2144bef..e900f98 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,6 @@ Both TCP CONNECT and UDP ASSOCIATE are implemented. Install ------- -First, make sure you have Python 2.6 or 2.7. - - $ python --version - Python 2.6.8 - -Install Shadowsocks. - #### Debian / Ubuntu: apt-get install build-essential python-pip python-m2crypto python-dev diff --git a/README.rst b/README.rst index 953e114..139a1f1 100644 --- a/README.rst +++ b/README.rst @@ -15,15 +15,6 @@ Both TCP CONNECT and UDP ASSOCIATE are implemented. Install ------- -First, make sure you have Python 2.6 or 2.7. - -:: - - $ python --version - Python 2.6.8 - -Install Shadowsocks. - Debian / Ubuntu: ^^^^^^^^^^^^^^^^