File tree 2 files changed +4
-9
lines changed
2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ Python Version
9
9
We recommend using the latest version of Python 3. hexonet.apiconnector
10
10
supports Python 3.x and 2.7.
11
11
12
+ NOTE: Since v3.x (2019-04-01, yes no joke!), we removed python 2.7
13
+ compatibility.
14
+
12
15
13
16
Dependencies
14
17
------------
@@ -28,11 +31,7 @@ hexonet.apiconnector:
28
31
29
32
.. code-block :: sh
30
33
31
- pip install hexonet.apiconnector
32
- # for python 2.x
33
-
34
34
pip3 install hexonet.apiconnector
35
- # for python 3.x
36
35
37
36
The connector library is now installed. Check out the
38
37
: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.
14
14
Use the :command: `pip ` command to upgrade your existing hexonet.apiconnector
15
15
installation by providing the ``--upgrade `` parameter::
16
16
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
22
18
23
19
See the how to migrate your code by reading the `release notes `_.
24
20
We publish there any information on how to migrate.
You can’t perform that action at this time.
0 commit comments