summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorengn33r <engn33r@users.noreply.github.com>2021-05-04 23:25:36 -0400
committerengn33r <engn33r@users.noreply.github.com>2021-05-04 23:25:36 -0400
commitd45343b5b7ba5647e9b712d4e9dbadb2b92ac264 (patch)
tree950fdc16f99314f284b9a3e1666f6b7094fe9a0e /docs
parent711af9e7e557b34e34ac548c9cb1a3b20b4d3b81 (diff)
downloadwebsocket-client-d45343b5b7ba5647e9b712d4e9dbadb2b92ac264.tar.gz
First pass removing Python 2 code, mostly six dependency
Diffstat (limited to 'docs')
-rw-r--r--docs/source/faq.rst6
-rw-r--r--docs/source/installation.rst7
2 files changed, 6 insertions, 7 deletions
diff --git a/docs/source/faq.rst b/docs/source/faq.rst
index a9d4a26..79be8d1 100644
--- a/docs/source/faq.rst
+++ b/docs/source/faq.rst
@@ -2,6 +2,12 @@
FAQ
###
+What about Python 2 support?
+==============================
+
+Release 0.59.0 was the last main release supporting Python 2. All
+future releases 1.X.X and beyond will only support Python 3.
+
Why is this library slow?
===========================
diff --git a/docs/source/installation.rst b/docs/source/installation.rst
index c990799..80d2459 100644
--- a/docs/source/installation.rst
+++ b/docs/source/installation.rst
@@ -2,13 +2,6 @@
Installation
############
-First, install the following dependencies:
- - six
- - backports.ssl_match_hostname (only for Python 2.x)
-
-To install the Python 2 dependencies, use:
-``pip install six backports.ssl_match_hostname``
-
To install the Python 3 dependencies, use:
``pip install six``