Is there a way to make a silent installation using pip?
For some background, I use fabric to deploy the server, and I want to be able to configure a new server or update an existing one without any interaction, and some of the packages require a y / n response.
source share