Open goliatone opened 8 years ago
Currently the postinstall script tries to install PySerial using pip if the dependency is not met. pip might not be installed. We should either account for it or use easy_install. Not directly related to this issue, buy maybe...
pip
easy_install
Currently the postinstall script tries to install PySerial using
pip
if the dependency is not met.pip
might not be installed. We should either account for it or useeasy_install
. Not directly related to this issue, buy maybe...