To get started, install the Botpress CLI globally on your machine. The CLI includes the Botpress SDK and other useful packages for developing with Botpress. Run the following command in your terminal:
npm install -g @botpress/cli
All the examples in this section use npm, but feel free to use the package manager of your choice like yarn or pnpm.
You can check that your installation was successful by running the following command:
bp --help