Custom deps & adding /config/deps/bin to PATH

hi
do i need to do anything to add to $PATH of hassOS to get custom python-eq3bt deps working?

Config:

{
“pypi”: [
“python-eq3bt==0.1.9”,
“construct==2.9.45”
],
“apk”: [
“glib-dev”,
“glib”
]
}

Logs:

[Info] Remove old deps
[Info] Install apks for build
[Info] Install pypi modules into deps
The script eq3cli is installed in ‘/config/deps/bin’ which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location
You are using pip version 19.0.2, however version 19.3.1 is available.
You should consider upgrading via the ‘pip install --upgrade pip’ command.
[Info] done

Many thanks,
Jens