PyMogwai

From BITPlan cr Wiki
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