gregpinero / ArduinoPlot

Real time Plot Numeric Values sent from Arduino over Serial Port
107 stars 51 forks source link

Add requirements.txt file #3

Closed mjenczmyk closed 8 years ago

mjenczmyk commented 8 years ago

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?

gregpinero commented 8 years ago

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

gregpinero commented 8 years ago

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

mjenczmyk commented 8 years ago

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.