Difference between revisions of "Template:Pip"

From BITPlan Wiki
Jump to navigation Jump to search
Line 9: Line 9:
 
<includeonly>{{#vardefine:package|{{{1|pyLodStorage}}}}}
 
<includeonly>{{#vardefine:package|{{{1|pyLodStorage}}}}}
 
=== upgrade ===
 
=== upgrade ===
 +
= Installation =
 +
{{#tag:source|
 +
pip install {{#var:package}}
 +
# alternatively if your pip is not a python3 pip
 +
pip3 install {{#var:package}}
 +
}}
 
{{#tag:source|
 
{{#tag:source|
 
pip install {{#var:package}}  -U
 
pip install {{#var:package}}  -U

Revision as of 09:25, 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