i have an nodejs app deployed on heroku, i want to run some python scripts which depends on some packages like selenium on nodejs app deployed on heroku.
i have read about npm packages like 'node-python' and 'pyshell' and i have tested on localhost using 'node-python' to run the python scripts and i have installed all the require packages using pip, but i dont know how can i run these scripts on nodejs app which is deployed on heroku and how can i install all the required packages on which these scripts are dependent. Thank you.