First go to the GitHub Repo then open the latest version
During the time writeing this it is ver2.1, after this download all of the sub files ending in .py after this
make a new folder name it what every you please and put it in a convenient location. Now open your file manager and move
the downloaded files into the new folder, this folder is were your ROS interpreter will lie. Now you are done! double click
on the file ruby.py which would open a REPL. if you want to run a file with libs attatched find the path to
ruby.pu, your main .ru file and the folder to all the libs you want to import then run a cmd in
powershell like this.
py [path to intepreter] [path to main file] --lib [path to the folder of all the libs]
First open your workspace and open a new terminal in your workspace, then run the cmd
git clone https://github.com/Backmeet/ruby-on-spaces
and you are done! to run code goto $workspace path$/ruby-on-spaces/ver2.1 then run the file ruby.py
this will open a REPL, to run a file with libs do py [$workspace path$/ruby-on-spaces/ver2.1/ruby.py] [path to the file to run] --libs [path to folder of all your libs]