Template:Pip

From BITPlan Wiki
Revision as of 09:29, 13 October 2021 by Wf (talk | contribs)
Jump to navigation Jump to search

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