주 콘텐츠로 건너뛰기
번역 미완료

이 페이지는 아직 한국어로 번역되지 않았습니다. 영어 원본을 보고 있습니다.

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