You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2022. It is now read-only.
appdirs - for placing the config file appropriately.
These can usually be installed by a simple pip install simplejson appdirs . Depending on how you've installed Python, you may need to specify pip3 instead.
It also requires urllib2, ConfigParser, unicodedata, and sqlite3, all of which should be included in a standard Python install.
Build requirements
Building also requires installation of PyInstaller. This can also be installed with pip.
We're moving to cx_freeze with 1.1. Installable by pip3 install cx_freeze.
If you know of a better way to package installers, you're more than welcome to partake!