Installation
PIP Install
The Cisco SD-WAN Python SDK is available via PIP and the Python Package Index (PyPI). To install the SDK, simply run this command from your terminal of choice:
pip install viptela
PIP Upgrade
To ensure that you have the latest version, check-for and install upgrades via PIP:
pip install viptela --upgrade
Get the Source Code
The SDK is developed as a community project on GitHub. If you like and use this package, please take a few seconds to star the package on the CiscoDevNet/python-viptela 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/CiscoDevNet/python-viptela.git
You can then install the package to your environment for development purposes:
cd python-viptela
pip install -e .