wendlers / mpfshell

A simple shell based file explorer for ESP8266 Micropython based devices ⛺
MIT License
396 stars 84 forks source link

Add a Pip requirements file. #39

Closed bartfeenstra closed 7 years ago

bartfeenstra commented 7 years ago

This allows the requirements to be versioned and therefore limited to those dependencies that are actually compatible, and allows all dependencies to be installed using a single Pip command (pip install -r requirements.txt).

If https://github.com/wendlers/mpfshell/pull/40 is merged before this one, this PR must first update README.md to change the manual Python package installations to pip install -r requirements.txt.