ycahome / pp-manager

Domoticz Python plugin manager
GNU General Public License v3.0
15 stars 22 forks source link

doing pip install -r requirements.txt if exist #43

Open pipiche38 opened 2 years ago

pipiche38 commented 2 years ago

When installing a plugin, or when updating it, in case there is a requirements.txt in the home directory of the plugin, it would be great that a sudo pip3 install -r requirements.txt is performed in order to install pre-requisites python modules