Skip to content

Install Python API

This guide walks you through the installation of the PULSAR HRI Python API, which allows you to programmatically control and interact with PULSAR actuators.

Installation

You can use a virtual environment to install this package and other dependencies for your project. There are several ways to create virtual environments. In this guide, we skip the virtual environment setup and install the PULSAR HRI Python API globally.

pip install --upgrade pcp_api

Verifying the Installation

To confirm that the installation was successful, run the following command:

pip show pcp_api

This command should display information about the installed package, including its version and location. If you see this information, the installation was successful.

Next Steps

Once the API is installed, you can:

If you encounter any issues, please open an issue.