It could given the "pip" command line to do
that
I could probably deal with that part, but
somebody else might need it. Or you could always just say to RTFM, especially if you give
the name of the relevant doc/...txt file.
BTW, since you're using Python3, shouldn't it be a "pip3" command?
Yes, though "pip" will alias to that if python 2 is not installed. That
is becoming somewhat more common.
At least on Ubuntu pip and python won't alias to pip3/python3 without
the package python-is-python3 installed.
-brian