> For the complete documentation index, see [llms.txt](https://sebloix.gitbook.io/gstore-node/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sebloix.gitbook.io/gstore-node/v8.x/getting-started/installation.md).

# Installation

## Add gstore-node and google-cloud Datastore libs to your project

```bash
 npm install gstore-node @google-cloud/datastore --save
 # or
 yarn add gstore-node @google-cloud/datastore
```
