Nicetrack

From BITPlan Wiki
Revision as of 10:11, 16 August 2023 by Wf (talk | contribs) (Created page with "{{OsProject |id=nicesrt |state=active |owner=WolfgangFahl |title=nicesrt |url=https://github.com/WolfgangFahl/nicesrt |version=0.0.1 |date=2023-08-16 |since=2023-08-16 |storem...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
OsProject
edit
id  nicesrt
state  active
owner  WolfgangFahl
title  nicesrt
url  https://github.com/WolfgangFahl/nicesrt
version  0.0.1
description  
date  2023-08-16
since  2023-08-16
until  


Installation

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

upgrade

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