PyMogwai

From BITPlan cr Wiki
Revision as of 17:16, 15 August 2024 by Wf (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

OsProject

OsProject
id  pyMogwai
owner  juupje
title  pyMogwai
url  https://github.com/juupje/pyMogwai
version  0.0.1
date  2024-08-15


Installation

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

upgrade

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