File size: 417 Bytes
4c34106
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Installation

The first thing that you had to do is install the `npm package`:

```bash
npm i --save @wppconnect-team/wppconnect
```
or with Yarn:
```bash
yarn add @wppconnect-team/wppconnect
```

or for [Nightly releases](https://github.com/wppconnect-team/wppconnect/releases/tag/nightly):

```bash
> npm i --save https://github.com/wppconnect-team/wppconnect/releases/download/nightly/wppconnect-nightly.tgz
```