# Getting Started # Getting started ## Installation The Redbird python SDK is available on pypi and can be installed using any common package manager. Using pip as an example: ```console $ python -m pip install redbird-python-sdk ``` After installation you should be able to import and install the package ```console >>> from redbird-python-sdk import RedbirdAgentSDK >>> sdk = RedbirdAgentSDK() Response[200] ``` A similar response means the package was successfully installed. If you can use the tool in your python environment, you can move to the [quickstart section](agent-quickstart.md).