Template:Pip: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 14: Line 14:
# alternatively if your pip is not a python3 pip
# alternatively if your pip is not a python3 pip
pip3 install {{#var:package}}  
pip3 install {{#var:package}}  
|params={{attr|lang|"bash"}}
}}
}}
{{#tag:source|
{{#tag:source|
Line 19: Line 20:
# alternatively if your pip is not a python3 pip
# alternatively if your pip is not a python3 pip
pip3 install {{#var:package}} -U
pip3 install {{#var:package}} -U
|params={{attr|lang|"bash"}}
}}
}}
</includeonly>
</includeonly>

Revision as of 07:28, 13 October 2021

This is a template to describe the installation procedure via pip for a python package

Usage

Example

{{pip|pyLodStorage}}


upgrade

Installation

pip install pyLodStorage
# alternatively if your pip is not a python3 pip
pip3 install pyLodStorage
pip install pyLodStorage  -U
# alternatively if your pip is not a python3 pip
pip3 install pyLodStorage -U