I have a NodeJS API and a Python script. I deployed it on Heroku. The API call runs the python scripts.
When I deployed the NodeJS API then type npm install
and all works fine but not for python. There is a lot of pip package to install, how can I make this work same as in my local environment?
In short, what is the "One command to install them all"?