Install CDP client after Python on Windows

Install the CDP client and verify if it is working.

  1. Open a Command Prompt window.
  2. Use the following commands to verify that Python and pip are correctly installed:
    python --version
    pip --version
  3. Use pip to install the CDP client using the following command:
    pip install cdpcli
  4. 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