Sha256: 14c80463dcb07287c24e8838441375aee80c8d03249c8136ce2c43f77e902b86
Contents?: true
Size: 485 Bytes
Versions: 87
Compression:
Stored size: 485 Bytes
Contents
--- layout: page title: Installing Polyphony parent: Getting Started nav_order: 1 --- # Installing Polyphony ## 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) 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
87 entries across 87 versions & 1 rubygems