wppconnect-api / docs /getting-started /installation.md
AUXteam's picture
Upload folder using huggingface_hub
4c34106 verified
# 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
```