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: ::