# Installation and login You can install the Pennylane-QI plugin using pip. After cloning the repository, simply run the following command in the project root: ```bash pip install . ``` For access to the Quantum Inspire API you can use the QI tool. Once installed (see [repository](https://github.com/QuTech-Delft/quantuminspire) for installation instructions), run the shell command below to log in to the production environment. ```bash qi login ```