Saltar al contenido principal
Aún no traducido

Esta página aún no ha sido traducida. Está viendo la versión original en inglés.

Install the Qiskit Runtime client

Qiskit Runtime is the cloud-based service for executing quantum computations on IBM Quantum® hardware. This guide shows you how to install qiskit-ibm-runtime, which is the client package for accessing the Qiskit Runtime service.

Before installing the Qiskit Runtime client, follow the instructions in these guides:

  1. Install Qiskit.
  2. Set up your IBM Cloud account.

Run this command to install Qiskit Runtime:

pip install qiskit-ibm-runtime
Stay current with the latest versions

Periodically check the Qiskit Runtime release notes to see new releases. We recommend frequently updating your requirements for qiskit-ibm-runtime by running pip install -U qiskit-ibm-runtime.

Next steps