Skip to content

Commit 829393e

Browse files
Include version in pip install command
Without specifying the version, you'll get requests 2.13.0, which uses different dependencies to enable the security feature.
1 parent 87c08f9 commit 829393e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The supported version of OpenSSL for the Python SDK is version 1.0.1 or newer.
9393

9494
If the version is lower than ``1.0.1``, run the following command to bypass the version issue::
9595

96-
pip install requests[security]
96+
pip install requests[security]==2.11.1
9797

9898
This command instructs the `requests <https://pypi.python.org/pypi/requests>`_
9999
library used by the Python SDK to use the version of OpenSSL that is bundled with the `cryptography <https://pypi.python.org/pypi/cryptography>`_

0 commit comments

Comments
 (0)