We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0695f50 commit 1562e7aCopy full SHA for 1562e7a
README.rst
@@ -67,11 +67,10 @@ Table of Contents
67
Installing the SageMaker Python SDK
68
-----------------------------------
69
70
-The SageMaker Python SDK is built to PyPI and can be installed with pip as follows:
71
-
+The SageMaker Python SDK is built to PyPI and the latest version of the SageMaker Python SDK can be installed with pip as follows
72
::
73
74
- pip install sagemaker
+ pip install sagemaker==<Latest version from pyPI from https://pypi.org/project/sagemaker/>
75
76
You can install from source by cloning this repository and running a pip install command in the root directory of the repository:
77
0 commit comments