This commit is contained in:
Auric Vente 2024-07-28 03:41:47 -06:00
parent 3071a6b0f6
commit 84b4e633ab
1 changed files with 16 additions and 0 deletions

View File

@ -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).