Template:Pip: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
</noinclude>
</noinclude>
<includeonly>{{#vardefine:package|{{{1|pyLodStorage}}}}}
<includeonly>{{#vardefine:package|{{{1|pyLodStorage}}}}}
=== upgrade ===
= Installation =
= Installation =
{{#tag:source|
{{#tag:source|
Line 16: Line 15:
|lang=bash
|lang=bash
}}
}}
=== upgrade ===
{{#tag:source|
{{#tag:source|
pip install {{#var:package}}  -U
pip install {{#var:package}}  -U

Revision as of 07:30, 13 October 2021

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

Usage

Example

{{pip|pyLodStorage}}


Installation

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

upgrade

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