Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 459 Bytes

INSTALL.md

File metadata and controls

19 lines (13 loc) · 459 Bytes

Install

This library requires Ruby (>= 1.9.2). See how to install ruby.

Install from RubyGems.org

    gem install bel

Build from master branch

  1. Obtain source for master branch.
  • git clone git@github.com:OpenBEL/bel.rb.git
  1. Build
  • gem build bel.gemspec
  • gem install bel-[VERSION].gem