Difference between revisions of "Pip install"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
* <code>[[pip3 install --help]]</code>
 
* <code>[[pip3 install --help]]</code>
 
* <code>pip3 install -U</code> or <code>pip install --upgrade</code>
 
* <code>pip3 install -U</code> or <code>pip install --upgrade</code>
 +
* <code>[[pip install --no-cache-dir]]</code>
  
 
== Examples ==
 
== Examples ==
Line 30: Line 31:
  
 
* <code>pip install git+https://github.com/psf/black</code>
 
* <code>pip install git+https://github.com/psf/black</code>
 
[[pip install --no-cache-dir]]
 
  
 
  [[pip install]] [[distutils]]
 
  [[pip install]] [[distutils]]

Revision as of 08:37, 10 October 2022

Examples

pip install distutils
zsh: command not found: pip

Options

Related

See also

Advertising: