Downloading & InstallingΒΆ

humblewx is a regular Python package that can be downloaded and installed with pip.

From PyPi:

pip install humblewx

From source (recommended because PyPi is not always up to date):

pip install git+https://github.com/thetimelineproj/humblewx

After the install, you should be able to import humblewx like this:

import humblewx