# Installation

#### Requirements

- **PHP**: &gt;= 7.4
- **Magento 2**: 2.3.x (2.3.3 / 2.3.6) - **2.4.x**
- [Go Cuotas Account](https://u.magerocket.com/9d9fbc)

<p class="callout warning">**IMPORTANT**: The store currency must be set to **Argentine Pesos (ARS)** <span style="text-decoration: underline;">otherwise the payment method will not be available</span></p>

#### Installation

To install Go Cuotas in your store, follow these steps:

1\. Run the following command: **Magento &gt;= 2.4.x**

```
composer require magerocket/module-gocuotas
```

<p class="callout info">For Magento **2.3.3 / 2.3.6** install next packages</p>

```
composer require magerocket/module-gocuotas-m23
composer require magerocket/module-core-m23
```

2\. Enable the module by running:

```
php bin/magento module:enable MageRocket_GoCuotas MageRocket_Core
```

3\. Run setup upgrade:

```
bin/magento setup:upgrade
```

That's it! Now you're ready to proceed with the **Module Configuration**.