1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-21 09:19:59 -05:00

Typo fix.

Signed-off-by: Ankit Agrawal <aagrawal3@vmware.com>
This commit is contained in:
aagrawal3 2022-09-29 10:51:30 +05:30
parent c5574ce167
commit c7ad5da461
No known key found for this signature in database
GPG Key ID: D6EA3E657D229A55

View File

@ -48,9 +48,9 @@ SDK package installation commands may differ depending on the environment where
**NOTE:** The SDK also requires OpenSSL 1.0.1+ in order to support TLS1.1 & 1.2
##### 1. Typical Installation
This is the recommended way to install the SDK. The installation is done from [PyPi](https://pypi.org/) and [Automation SDK Python Github](https://github.com/vmware/vsphere-automation-sdk-python) repositories.
This is the recommended way to install the SDK. The installation is done from [PyPI](https://pypi.org/) and [Automation SDK Python Github](https://github.com/vmware/vsphere-automation-sdk-python) repositories.
Install/Update latest setuptools from PyPi
Install/Update latest setuptools from PyPI
```cmd
pip install --upgrade pip setuptools
```