Spaces:
Paused
Paused
| # 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 | |
| ``` | |