Mods
This commit is contained in:
parent
3071a6b0f6
commit
84b4e633ab
16
README.md
16
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).
|
||||
|
|
Loading…
Reference in New Issue