From 81dc17ee41d92003d22d4dfa547bd96796b240cf Mon Sep 17 00:00:00 2001 From: sorz Date: Tue, 9 May 2017 00:09:29 +1000 Subject: [PATCH] Update README --- README.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 562fb87..e033372 100644 --- a/README.rst +++ b/README.rst @@ -3,15 +3,17 @@ sstp-server |PyPI version| |Build Status| -A Secure Socket Tunneling Protocol (SSTP) server implemented by Python/Twisted. +A Secure Socket Tunneling Protocol (SSTP) server implemented by Python. Requirements ------------ -* Python 2.7 +* Python >= 3.4.4 * pppd +For Python 2.7, use v0.4.x + Install ------- @@ -20,6 +22,7 @@ Install from PyPI: # pip install sstp-server +Please ensure your pip >= 9.0.1 to get correct version. Install from GitHub: ::