Difference between revisions of "PyMogwai"
Jump to navigation
Jump to search
(Created page with "{{OsProject }}") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | =OsProject= | ||
+ | |||
{{OsProject | {{OsProject | ||
+ | |id=pyMogwai | ||
+ | |state=active | ||
+ | |owner=juupje | ||
+ | |title=pyMogwai | ||
+ | |url=https://github.com/juupje/pyMogwai | ||
+ | |version=0.0.1 | ||
+ | |date=2024-08-15 | ||
+ | |since=2024-08-15 | ||
}} | }} | ||
+ | {{pip|pyMogwai}} |
Latest revision as of 16:16, 15 August 2024
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