# 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
```
