Difference between revisions of "SemPubFlow"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
|storemode=property | |storemode=property | ||
}} | }} | ||
+ | {{pip|SemPubFlow}} |
Revision as of 07:16, 20 June 2023
OsProject
OsProject | |
---|---|
edit | |
id | SemPubFlow |
state | active |
owner | WolfgangFahl |
title | SemPubFlow |
url | https://github.com/WolfgangFahl/SemPubFlow |
version | 0.0.1 |
description | Semantic Publishing Metadata First Workflow support |
date | 2023-06-20 |
since | 2023-06-19 |
until |
Installation
pip install SemPubFlow
# alternatively if your pip is not a python3 pip
pip3 install SemPubFlow
# local install from source directory of SemPubFlow
pip install .
upgrade
pip install SemPubFlow -U
# alternatively if your pip is not a python3 pip
pip3 install SemPubFlow -U