Skip to content

Commit c7fb224

Browse files
committed
added project file
1 parent 37e1716 commit c7fb224

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

Project.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "Evolutionary"
2+
uuid = "86b6b26d-c046-49b6-aa0b-5f0f74682bd6"
3+
version = "0.2.0"
4+
5+
[deps]
6+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
7+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
8+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
9+
10+
[extras]
11+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
12+
13+
[targets]
14+
test = ["Test"]

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,17 @@ A Julia package for [evolutionary](http://www.scholarpedia.org/article/Evolution
88

99
## Installation
1010

11+
For julia 0.6 and lower, run following command
12+
1113
```julia
1214
Pkg.add("Evolutionary")
1315
```
1416

17+
For julia 0.7 and higher, run in the package manager mode
18+
```
19+
pkg> add https://github.com/wildart/Evolutionary.jl.git#v0.2.0
20+
```
21+
1522
## Functionalities
1623

1724
#### Algorithms

0 commit comments

Comments
 (0)