forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Lai, Weijian <laiweijian4@huawei.com> Co-committed-by: Lai, Weijian <laiweijian4@huawei.com>
869 B
869 B
pip and Common Commands
Common pip commands:
pip --help # Obtain help information. pip install SomePackage==XXXX # Install a specified version. pip install SomePackage # Install the latest version. pip uninstall SomePackage # Uninstall a software version.
For other commands, run the pip --help command.
Parent topic: Others