Install the CDP client and verify if it is working.
- Open a Command Prompt window.
- Use the following commands to verify that Python and pip are correctly installed:
python --version
pip --version
- Use pip to install the CDP client using the following command:
- Use the following command to verify that the CDP client is correctly installed:
cdp --version
To upgrade the client to the latest version, run the following command:
pip install --upgrade cdpcli