Difference between revisions of "Genwiki2024"

From BITPlan Wiki
Jump to navigation Jump to search
(Created page with "{{OsProject }}")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
=OsProject=
 +
 
{{OsProject
 
{{OsProject
 +
|id=Genwiki2024
 +
|state=active
 +
|owner=WolfgangFahl
 +
|title=Genwiki
 +
|url=https://github.com/WolfgangFahl/genwiki2024
 +
|version=0.0.1
 +
|description=Genealogy Semantification
 +
|date=2024-08-15
 +
|since=2024-08-15
 
}}
 
}}
 +
=tickets=
 +
{{pip|genwiki2024}}

Latest revision as of 10:14, 15 August 2024

OsProject

OsProject
id  Genwiki2024
state  active
owner  WolfgangFahl
title  Genwiki
url  https://github.com/WolfgangFahl/genwiki2024
version  0.0.1
description  Genealogy Semantification
date  2024-08-15
since  2024-08-15
until  

tickets

Installation

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

upgrade

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