Skip to content

Commit c768c8a

Browse files
authored
Update README.rst
1 parent 6f03dbc commit c768c8a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ Installation
77
============
88
.. code-block:: bash
99
10-
$ pip install scaleapi
10+
$ pip install --upgrade scaleapi
11+
12+
Note: We strongly suggest using `scaleapi` with Python version 2.7.9 or greater due to SSL issues with prior versions.
1113

1214
Usage
1315
=====
@@ -217,3 +219,7 @@ as a ``scaleapi.ScaleException`` or ``scaleapi.ScaleInvalidRequest`` runtime er
217219
print(e.code) # 400
218220
print(e.message) # missing param X
219221
222+
Troubleshooting
223+
===============
224+
225+
If you notice any problems, please email us at support@scaleapi.com.

0 commit comments

Comments
 (0)