Skip to content

Commit 81a4586

Browse files
fix(docs): remove python 2 documentation from docs
1 parent b43cb2e commit 81a4586

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

docs/installation.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Python Version
99
We recommend using the latest version of Python 3. hexonet.apiconnector
1010
supports Python 3.x and 2.7.
1111

12+
NOTE: Since v3.x (2019-04-01, yes no joke!), we removed python 2.7
13+
compatibility.
14+
1215

1316
Dependencies
1417
------------
@@ -28,11 +31,7 @@ hexonet.apiconnector:
2831

2932
.. code-block:: sh
3033
31-
pip install hexonet.apiconnector
32-
# for python 2.x
33-
3434
pip3 install hexonet.apiconnector
35-
# for python 3.x
3635
3736
The connector library is now installed. Check out the
3837
:doc:`/quickstart` or go to the

docs/upgrading.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ hexonet.apiconnector. Such breaking changes are covered through major releases.
1414
Use the :command:`pip` command to upgrade your existing hexonet.apiconnector
1515
installation by providing the ``--upgrade`` parameter::
1616

17-
$ pip install --upgrade hexonet.apiconnector --user
18-
# for python 2.x
19-
20-
$ pip3 install --upgrade hexonet.apiconnector --user
21-
# for python 3.x
17+
$ pip3 install --upgrade hexonet.apiconnector
2218

2319
See the how to migrate your code by reading the `release notes`_.
2420
We publish there any information on how to migrate.

0 commit comments

Comments
 (0)