Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 411 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 411 Bytes

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