Sha256: 30d9dd0b893f1522cae2c80a979fd4ed47ab001dcb054cde3a163aefadecfb80

Contents?: true

Size: 539 Bytes

Versions: 1

Compression:

Stored size: 539 Bytes

Contents

---
layout: page
title: Installing Polyphony
nav_order: 1
parent: Getting Started
permalink: /getting-started/installing/
---
# Getting Started

## System Requirements

In order to use Polyphony you need to have:

- Linux or MacOS (sorry, there are no plans to support Windows for the time
  being)
- Ruby (MRI) 2.6 or newer

## Installing the Polyphony Gem

Add this line to your application's Gemfile:

```ruby
gem 'polyphony'
```

And then execute:

```bash
$ bundle
```

Or install it yourself as:

```bash
$ gem install polyphony
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
polyphony-0.28 docs/getting-started/installing.md