#### Package Manager
With your prefered package manager run :
```shell script
$ npm i exir
```
```shell script
$ yarn add exir
```
#### From Source
Clone the repository and install dependencies using your preferred package manager
```sh
$ git clone https://github.com/kasra-sh/exir.git
$ cd exir
$ npm install
```
To regenerate extensions and bundles, make sure you have [Parcel](https://parceljs.org) installed globaly:
```sh
npm i -g parcel@next
```
then this command:
```sh
$ npm run bundle
```