daleroberts / itermplot

An awesome iTerm2 backend for Matplotlib, so you can plot directly in your terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make Python package

stsievert opened this issue · comments

In the readme you say "have itermplot.py somewhere on your PTHONPATH." This can be accomplished by running "Python setup.py install" or "pip install ". All this really requires is the creation of a setup.py file.

Agree, I'll get around to it soon.

@stsievert Does that setup.py look good to you?