PyCEURmake: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
|since=2022-08-14
|since=2022-08-14
}}
}}
{{pip|pyCEURmake}}

Revision as of 07:06, 20 February 2023

OsProject

OsProject
id  pyCEURmake
state  active
owner  WolfgangFahl
title  pyCEURmake
url  https://github.com/WolfgangFahl/pyCEURmake
version  0.1.0
description  CEUR-WS Volume Browser and utilities
date  2023-02-20
since  2022-08-14
until  


Installation

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

upgrade

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