Py-yprinciple-gen: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:
=tickets=
=tickets=


=Freitext=
{{pip|py-yprinciple-gen}}

Revision as of 15:57, 24 November 2022

OsProject

OsProject
edit
id  py-yprinciple-gen
state  active
owner  WolfgangFahl
title  py-yprinciple-gen
url  https://github.com/WolfgangFahl/py-yprinciple-gen
version  0.0.1
description  python Y-Principle generator
date  2022-11-24
since  2022-11-24
until  

tickets

Installation

pip install py-yprinciple-gen
# alternatively if your pip is not a python3 pip
pip3 install py-yprinciple-gen 
# local install from source directory of py-yprinciple-gen 
pip install .

upgrade

pip install py-yprinciple-gen  -U
# alternatively if your pip is not a python3 pip
pip3 install py-yprinciple-gen -U