Installation¶
PIP Install¶
webexpythonsdk is available via PIP and the Python Package Index (PyPI). To install webexpythonsdk, simply run this command from your terminal of choice:
$ pip install webexpythonsdk
The webexpythonsdk package is distributed as a source distribution (no binaries).
PIP Upgrade¶
To ensure that you have the latest version, check-for and install upgrades via PIP:
$ pip install webexpythonsdk --upgrade
Get the Source Code¶
webexpythonsdk is developed on GitHub. If you like and use this package, please take a few seconds to Star the package on the WebexCommunity/WebexPythonSDK GitHub page. Your feedback and contributions are always welcome.
Use the following command to download the source code (GIT repository):
$ git clone https://github.com/WebexCommunity/WebexPythonSDK.git
You can then install the package to your environment, with the following command:
$ python setup.py install
Copyright (c) 2016-2024 Cisco and/or its affiliates.