File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ Python Version
99We recommend using the latest version of Python 3. hexonet.apiconnector
1010supports 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
1316Dependencies
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
Original file line number Diff line number Diff line change @@ -14,11 +14,7 @@ hexonet.apiconnector. Such breaking changes are covered through major releases.
1414Use the :command: `pip ` command to upgrade your existing hexonet.apiconnector
1515installation 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
2319See the how to migrate your code by reading the `release notes `_.
2420We publish there any information on how to migrate.
You can’t perform that action at this time.
0 commit comments