Cirq is a Python library for writing, manipulating, and optimizing quantum circuits and running them against quantum computers and simulators.
This module is cirq-rigetti, which provides everything you'll need to run Cirq quantum algorithms on Rigetti quantum computers.
To get started with Rigetti quantum computing services, checkout the following guide and tutorial:
To install the stable version of only cirq-rigetti, use pip install cirq-rigetti. To install the pre-release version of only cirq-rigetti, use pip install cirq-rigetti --pre.
Note, that this will install both cirq-rigetti and cirq-core.
To get all the optional modules installed, you'll have to use pip install cirq or pip install cirq --pre for the pre-release version.
Please see Cirq development documentation.