Difference between revisions of "Template:Pip"
Jump to navigation
Jump to search
Line 25: | Line 25: | ||
}} | }} | ||
</includeonly> | </includeonly> | ||
− | = | + | = DCM Online Service = |
− | + | {{#mermaid:flowchart LR | |
− | flowchart LR | ||
YAML[YAML Input: Lehrplan] --> DCM{DCM Online Service} | YAML[YAML Input: Lehrplan] --> DCM{DCM Online Service} | ||
JSON[JSON Input: Kompetenzen] --> DCM | JSON[JSON Input: Kompetenzen] --> DCM | ||
Line 50: | Line 49: | ||
class Popups optional; | class Popups optional; | ||
− | + | }} |
Revision as of 15:59, 28 February 2024
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
# local install from source directory of pyLodStorage
pip install .
upgrade
pip install pyLodStorage -U
# alternatively if your pip is not a python3 pip
pip3 install pyLodStorage -U
DCM Online Service