Installation
To get started with VideoSDK Agent Cloud, you need to install the VideoSDK CLI. There are two ways to install it:
Using pip
You can also install the VideoSDK CLI using pip, the Python package manager.
pip install videosdk-cli
Using curl
This is the quickest way to install the VideoSDK CLI on Linux and macOS.
curl -fsSL https://videosdk.live/install | bash
Verify Installation
Once installed, you can verify the installation by checking the help command.
videosdk --help
Next Steps
After installing the CLI, the next step is to authenticate your account. See the Authentication documentation for more details.
Got a Question? Ask us on discord

