gregpinero/ArduinoPlot

Add requirements.txt file

Closed this issue · 3 comments

I would like to move requirements into requirements.txt file to enable installing it into virtualenv with one command. The problem is that wxPython cannot be installed that easily with pip. Would it be acceptable to leave it as a dependency that has to be installed manually and move other packages requirements into separate file?

Those are great ideas! Really, feel free to make any improvements you'd like.

I added you as a collaborator so you don't have to wait on me to merge pull requests.

Thanks! I once used that library and I found it easy and fun to use, so I thought I could do something to improve it.