Genwiki2024

From BITPlan Wiki
Jump to navigation Jump to search

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