Nicescholia

From BITPlan Wiki
Revision as of 12:18, 17 December 2025 by Wf (talk | contribs) (Created page with "=OsProject= {{OsProject |id=nicescholia |state=active |owner=WolfgangFahl |title=nicescholia |url=https://github.com/WolfgangFahl/nicescholia |version=0.0.1 |description=nice...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

OsProject

OsProject
id  nicescholia
state  active
owner  WolfgangFahl
title  nicescholia
url  https://github.com/WolfgangFahl/nicescholia
version  0.0.1
description  nicegui based scholia
date  2025-12-17
since  2025-12-17
until  


Installation

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

upgrade

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