red-data-tools / YouPlot

A command line tool that draw plots on the terminal.
MIT License
4.17k stars 57 forks source link

How I install youplot on Windows 10? #45

Open davidjayjackson opened 1 year ago

davidjayjackson commented 1 year ago

This is pretty spiffy! How do I install and run on Windows 10 machine?

TX David

kojix2 commented 1 year ago

Hi @davidjayjackson

You can use YouPlot on Windows.

  1. install RubyInstaller (Ruby+Devkit 3.X.X (x64) with Devkit)
    • Select (with devkit) because the enumerable-statistics on which YouPlot depends is a native extension and must be compiled.
    • RubyInstaller installs the MinGW and MSYS2 toolchain for Ruby.
  2. Install YouPlot with the following command gem install youplot.
    • YouPlot is a Ruby package.

I do try YouPlot on Windows from time to time. But installing Ruby on Windows may not be a very comfortable experience for people who are not Ruby users. And command line tools like YouPlot are most efficient when used with Unix pipelines and commands.

image image
davidjayjackson commented 1 year ago

Thanks , that did the trick. Here is this rascal that got me interested in youplot. https://youtu.be/lT6JwbeuzCA