# Wicked Engine Installer This directory holds all the source code for the Wicked Engine Editor installer. The source code is from [this repository](https://github.com/MolassesLover/WickedEngine-Installer.git). It is designed for package maintainers and distributors. It is fully functional, but very early and prone to a lot of changes, it is a fairly big project. ## Dependencies All the dependencies are Python modules, you can install them with this command in your terminal: ```bash pip install pillow ttkbootstrap distro ```