daleroberts / itermplot

An awesome iTerm2 backend for Matplotlib, so you can plot directly in your terminal.
1.49k stars 51 forks source link

Make Python package #3

Closed stsievert closed 7 years ago

stsievert commented 7 years ago

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.

daleroberts commented 7 years ago

Agree, I'll get around to it soon.

daleroberts commented 7 years ago

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

stsievert commented 7 years ago

Looks good to me. I’d upload to PyPI as well.

On 13 Jan 2017, at 14:57, Dale Roberts wrote:

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

-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/daleroberts/itermplot/issues/3#issuecomment-272545995