Difference between revisions of "Pylodentitymanager"

From BITPlan Wiki
Jump to navigation Jump to search
(Created page with "=OsProject= {{OsProject |id=pylodentitymanager |state=active |owner=WolfgangFahl |title=pylodentitymanager |url=https://github.com/WolfgangFahl/pylodentitymanager |version=0....")
 
(No difference)

Latest revision as of 09:28, 29 November 2025

OsProject

OsProject
id  pylodentitymanager
state  active
owner  WolfgangFahl
title  pylodentitymanager
url  https://github.com/WolfgangFahl/pylodentitymanager
version  0.0.1
description  
date  2025-11-28
since  2025-11-28
until  


Installation

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

upgrade

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