Ceur-spt

From BITPlan Wiki
Jump to navigation Jump to search

OsProject

OsProject
edit
id  ceur-spt
state  active
owner  WolfgangFahl
title  CEUR-SPT
url  https://github.com/ceurws/ceur-spt
version  0.0.4
description  RESTFUL Single Point of truth server for CEUR-WS
date  2023-03-24
since  2023-03-17
until  


Installation

pip install pyCEURspt
# alternatively if your pip is not a python3 pip
pip3 install pyCEURspt 
# local install from source directory of pyCEURspt 
pip install .

upgrade

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