top | item 9412716

(no title)

BetaMechazawa | 11 years 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.

discuss

order

explosion|11 years ago

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.