Sha256: b9296d4edc9f102278a4280d66af9d86e8303b891160a7bb16a18d79df29d421

Contents?: true

Size: 603 Bytes

Versions: 4

Compression:

Stored size: 603 Bytes

Contents

---
layout: page
title: Installing Polyphony
nav_order: 1
parent: Getting Started
permalink: /getting-started/installing/
prev_title: Home
next_title: A Gentle Introduction to Polyphony
---
# 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

4 entries across 4 versions & 1 rubygems

Version Path
polyphony-0.32 docs/getting-started/installing.md
polyphony-0.31 docs/getting-started/installing.md
polyphony-0.30 docs/getting-started/installing.md
polyphony-0.29 docs/getting-started/installing.md