We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f03dbc commit c768c8aCopy full SHA for c768c8a
README.rst
@@ -7,7 +7,9 @@ Installation
7
============
8
.. code-block:: bash
9
10
- $ pip install scaleapi
+ $ 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.
13
14
Usage
15
=====
@@ -217,3 +219,7 @@ as a ``scaleapi.ScaleException`` or ``scaleapi.ScaleInvalidRequest`` runtime er
217
219
print(e.code) # 400
218
220
print(e.message) # missing param X
221
222
+Troubleshooting
223
+===============
224
225
+If you notice any problems, please email us at support@scaleapi.com.
0 commit comments