Template:Pip

From BITPlan Wiki
Revision as of 09:19, 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

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