Introduction#

Requirements#

waifuim requires Python 3.10 and above. Support for previous versions of Python is not supported.

Dependencies#

Usually, pip will install the dependencies for you.

Installing#

This installs the latest stable release of waifuim from PyPI .

py -3 -m pip install -U waifuim
python3 -m pip install waifuim

Installing Development Versions#

If you want to install the development version of waifuim, follow the directions below.

Caution

The development version of wafiuim is not garantueed to be stable. It may contain bugs and/or breaking changes.

py -3 -m pip install -U git+https://github.com/avimetry/waifuim@main
python3 -m pip install -U git+https://github.com/avimetry/waifuim@main