Skip to content

Commit 37cc040

Browse files
authored
Merge pull request #12 from carlosal1015/feature/installation-instructions
Add instructions for install FireflyAlgorithm in Arch Linux
2 parents dbc8ecb + 3585a59 commit 37cc040

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fireflyalgorithm.svg)
1313
![PyPI - Downloads](https://img.shields.io/pypi/dm/fireflyalgorithm.svg)
1414
[![Downloads](https://pepy.tech/badge/fireflyalgorithm)](https://pepy.tech/project/fireflyalgorithm)
15+
[![AUR package](https://img.shields.io/aur/version/python-fireflyalgorithm?color=blue&label=Arch%20Linux&logo=arch-linux)](https://aur.archlinux.org/packages/python-fireflyalgorithm)
1516
[![GitHub license](https://img.shields.io/github/license/firefly-cpp/FireflyAlgorithm.svg)](https://github.com/firefly-cpp/FireflyAlgorithm/blob/master/LICENSE)
1617
![GitHub commit activity](https://img.shields.io/github/commit-activity/w/firefly-cpp/FireflyAlgorithm.svg)
1718
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/firefly-cpp/FireflyAlgorithm.svg)](http://isitmaintained.com/project/firefly-cpp/FireflyAlgorithm "Average time to resolve an issue")
@@ -24,13 +25,18 @@ This package implements a nature-inspired algorithm for optimization called Fire
2425

2526
## Installation:
2627

28+
Install FireflyAlgorithm with pip:
2729
```sh
2830
pip install fireflyalgorithm
2931
```
3032
To install FireflyAlgorithm on Fedora, use:
3133
```sh
3234
dnf install python-fireflyalgorithm
3335
```
36+
To install FireflyAlgorithm on Arch Linux, please use an [AUR helper](https://wiki.archlinux.org/title/AUR_helpers):
37+
```sh
38+
$ yay -Syyu python-fireflyalgorithm
39+
```
3440

3541
## Usage:
3642

0 commit comments

Comments
 (0)