Skip to content

Setup Development version in MacOS

Shekhar Prasad Rajak edited this page Jan 7, 2019 · 1 revision

Clone and Installation

git clone https://github.com/prasunanand/nmatrix_reloaded
cd nmatrix_reloaded/
gem install bundler
bundle install
rake compile

Run the tests using

rake test

If you want to try out the code without installing:

rake pry
Clone this wiki locally