# Installation To install the BerryDB Python SDK, you can use pip, the Python package installer. Run the following command in your terminal or command prompt or Google Colab: ```python pip install berrydb ``` This command will download and install the latest version of the BerryDB SDK along with any necessary dependencies. Once the installation is complete, you will be able to import the BerryDB module in your Python scripts and start utilizing its features for database management and data annotation. ```{eval-rst} .. note:: Ensure that you have Python and pip installed on your system before running the command. You can check your installation by running: .. #end ``` ```python python --version pip --version ``` ```{eval-rst} .. warning:: If you are running this code in Google Colab, you may be prompted to restart the instance before all dependencies are installed. If prompted, ensure that you **restart the instance only after all dependencies have been successfully installed** to avoid any issues. .. #end ``` If you encounter any issues during installation, please contact the BerryDB team for assistance. ---