Hacker News new | ask | show | jobs
by BetaMechazawa 4078 days ago
What would you classify as "by hand" and "automated tools"? Because commands like pip install -r {file} could be seen as both in my eyes.
1 comments

By hand meaning "pip install -r {file}" or more generally pip with any arguments typed directly at the command line.

Automated meaning pip with any arguments run by another script.