# Installation

### **Requirements**

The following libraries are required to run BurmaQ:

* **openai**
* **cirq**
* **qiskit**
* **pennylane**
* **pyquil**

Before using **BurmaQ**, make sure to install the necessary dependencies. You can install the required libraries using the following command:

{% code title="Installation" %}

```bash
pip install openai cirq qiskit pennylane pyquil
```

{% endcode %}
