# Dev Center Python Real-Time Stream Data App

## Getting started

[Python SDK Documentation](https://corva-ai.github.io/python-sdk)

### 1. Install

You need to have `make` installed:

- Windows: [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install)
- OS X: [Command Line Tools for Xcode](https://developer.apple.com/download/more/)
- Linux: refer to your distro-specific docs

To install dependencies run:

```sh
make
```

### 2. Run Tests

```sh
make test
```

### 3. Create app zip

```sh
make bundle
```
