From 84b4e633ab3b0f6884e6e1148178a8ef2d00729c Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Sun, 28 Jul 2024 03:41:47 -0600 Subject: [PATCH] Mods --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index b7f1db8..93125d4 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,26 @@ Just open it and place it somewhere in your monitor. ## Installation +### Quick Installation + +If you have `pipx` and `linux` installed you can use the following command: + ```sh pipx install git+https://github.com/madprops/cromulant --force ``` +### Advanced Installation + +1) Clone this repo. + +2) python -m venv venv + +3) venv/bin/pip install -r requirements.txt + +4) Use `run.sh` or `venv/bin/python -m cromulant.main` + +5) (Optional) Manually create desktop entries and icons for the application. + ## Algorithm A random ant is picked based on weights (oldest update date weighs more).