# Installing the SDK

PropulsionAI provides SDKs for both Node.js and Python, making it easy to integrate powerful AI capabilities into your applications. Follow the instructions below to install the SDK on your preferred platform.

### **Installing the SDK on Node.js**

You can install the PropulsionAI SDK on Node.js using either **npm** or **Yarn**.

**Using npm:**

To install the SDK using npm, run the following command in your terminal:

```bash
npm install propulsionai
```

**Using Yarn:**

If you prefer Yarn, you can install the SDK by running:

```bash
yarn add propulsionai
```

### **Installing the SDK on Python**

For Python users, the PropulsionAI SDK can be installed via **pip**:

```bash
pip install propulsionai
```

### **Next Steps**

Once the SDK is installed, you can start using it to interact with PropulsionAI’s API, manage datasets, deploy models, and more. Refer to the documentation for detailed guides on how to use the SDK for your specific use case.

{% content-ref url="../quick-start/generate-api-key" %}
[generate-api-key](https://docs.propulsionhq.com/quick-start/generate-api-key)
{% endcontent-ref %}

{% content-ref url="../quick-start/using-the-sdk" %}
[using-the-sdk](https://docs.propulsionhq.com/quick-start/using-the-sdk)
{% endcontent-ref %}
