Menu

Install Kumo On a Non Peppermint Debian_Devuan base

kumo (1)
Peppermint OS

If you want to install and use Kumo on an OS that is Debian/Devuan you need to follow these steps.
Kumo can run on any Debian / Devuan derivitive however, outside of that you may need to follow different steps
In terminal you want to run these commands as sudo

apt install python3-pip 
apt install python3-tk 
apt install python3-bs4 
apt install python3-requests 
apt install python3-ttkthemes 
apt install python3-pyqt5 
apt install python3-pyqt5.qtsvg 
apt install python3-pyqt5.qtwebkit 
apt install python3-apt 
apt install sqlite3 

Then with pip3 you want to run these commands
pip3 install PyQt5 -- If you ran the apt above you wont need to run this
pip3 install PyQtWebengine
Make sure sip installed - Debain will insta 12.8
pip3 install PyQt5-sip
Then upgrade it to 12.9
pip3 install PyQt5-sip -U
this will install the tkinter boostrap libary for styling
pip3 install ttkbootstrap
Install the favicon library.
pip3 install favicon
install the beautifulsoup (BS4) libary
pip3 install bs4-- If you ran the apt above you wont need to run this

After those things are installed, download pepkumo.py from codeberg here

And put it in the opt/pypep folder

Now... if you want to run kumo you need to run it as sudo
Terminal to opt/pypep run sudo python3 pepkumo.py