Skip to content

Smasnug/crhmoe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crhmoe

The web browser for Smasnug

Installation

Automatic installation is currently only available or Linux.

sudo make install

and to uninstall

sudo make uninstall

Building

This isn't needed, unless if you need a actual disturbutable file:

pip install -r requirements.txt pyinstaller setuptools wheel importlib_metadata
pyinstaller --onefile src/main.py
mv dist/main crhmoe