A.parser.add_argument("x") B.parser.add_argument("-x") C.parser.add_argument_group("-x","—x") D.parser.parse_args("x")
A.venv/bin/python B.sourcevenv/bin/activate C.workonvenv D.pipenvshell
A.pipinstallDjango>=1.8 B.pipinstall-rrequirements.txt C.pip-egit+http://git.example.com/MyProject#egg=MyProject D.pipinstall./SomePackage-1.0.4.tar.gz