Installation

Install the Qiskit Serverless client library to interact with Qiskit Functions.

Install qiskit_serverless via pip.
   pip install --upgrade pip
   pip install qiskit_serverless

Next Steps

After installation, you can:

  • For local development and testing: Set up a local environment using the Local Setup guide

  • For using remote functions: Configure your client with the Deployment guide

  • To start building functions: Follow the Function Features tutorials