Difference between revisions of "Template:Pip"

From BITPlan Wiki
Jump to navigation Jump to search
(Created page with "<noinclude> Category:Template </noinclude> <includeonly> === upgrade === <source lang='bash'> pip install ConferenceCorpus -U # alternatively if your pip is not a python3...")
 
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
 +
This is a template to describe the installation procedure via pip for a python package
 +
= Usage =
 +
== Example ==
 +
<pre>{{pip|pyLodStorage}}</pre>
 +
{{pip|pyLodStorage}}
 
[[Category:Template]]
 
[[Category:Template]]
 
</noinclude>
 
</noinclude>
 
<includeonly>
 
<includeonly>
 
=== upgrade ===
 
=== upgrade ===
<source lang='bash'>
+
{{#tag:source|
 
pip install ConferenceCorpus -U
 
pip install ConferenceCorpus -U
 
# alternatively if your pip is not a python3 pip
 
# alternatively if your pip is not a python3 pip
 
pip3 install ConferenceCorpus -U
 
pip3 install ConferenceCorpus -U
</source>
+
}}
 
</includeonly>
 
</includeonly>

Revision as of 09:19, 13 October 2021

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