Skip to content

Commit 07af066

Browse files
Merge pull request #10 from oracle/install_docs_fix_pip_command
Include version in pip install command
2 parents 87c08f9 + 829393e commit 07af066

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)