Skip to content

Commit c5f09f6

Browse files
committed
installation instructions
1 parent 9f1c711 commit c5f09f6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Firefly Algorithm in Python
22

3+
## INSTALLATION:
4+
5+
```sh
6+
pip install FireflyAlgorithm
7+
```
8+
To install FireflyAlgorithm on Fedora, use:
9+
```sh
10+
$ dnf install python-FireflyAlgorithm
11+
```
12+
313
## CODE EXAMPLE:
414

515
```python

0 commit comments

Comments
 (0)