Installation Guide ================== You can install Superstaq from PyPI in your terminal. Please note that Python version 3.8 or higher is required. To install ``qiskit-superstaq``: .. code-block:: bash pip install qiskit-superstaq To install ``cirq-superstaq``: .. code-block:: bash pip install cirq-superstaq Installation for developers --------------------------- If you're interested in contributing to Superstaq, please check out our installation instructions for developers `on Github `_!