Sha256: 31e607daef46fc368a593a76bf6cdf1cb9ed05fc62bc5ae8b4de09d78a72da1c

Contents?: true

Size: 414 Bytes

Versions: 3

Compression:

Stored size: 414 Bytes

Contents

# @title Installation

# Installation

## System Requirements

In order to use Polyphony you need to have:

- Linux or MacOS (support for Windows will come at a later stage)
- Ruby (MRI) 3.1 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

3 entries across 3 versions & 1 rubygems

Version Path
polyphony-1.6 docs/installation.md
polyphony-1.5 docs/installation.md
polyphony-1.4 docs/installation.md