---
id: installation
title: Installation
sidebar_label: Installation
---

## Download
Install the package via `yarn` or `npm`.

```bash
yarn add themis-graphql
```

Then use the CLI in your package.json scripts, or call it directly as `./node_modules/.bin/themis`.

## Use with existing Express Application
TODO