I need a little help with HomebridgeWithWebGUI as I'm trying to install the plugin for Envisakit. - https://github.com/andylittle/envisakit
The problem is that it requires something extra outside of the plugin and extra commands.
This successfully executed.
# Clone the repository
$ git clone 'https://github.com/andylittle/envisakit.git'
$ cd envisakit
However this is where I get stuck:
# Create virtual env and install packages
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
Is there a way to get virtualenv into the docker? or am I limited?