Difference between revisions of "Template:Pip"
Jump to navigation
Jump to search
(→tbmail) |
|||
Line 23: | Line 23: | ||
}} | }} | ||
</includeonly> | </includeonly> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 09:44, 21 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