From c7fb224c7d17691aaff0f5ce63987df9f3329c97 Mon Sep 17 00:00:00 2001 From: Art Wild Date: Tue, 28 Aug 2018 13:18:57 -0400 Subject: [PATCH] added project file --- Project.toml | 14 ++++++++++++++ README.md | 7 +++++++ 2 files changed, 21 insertions(+) create mode 100644 Project.toml diff --git a/Project.toml b/Project.toml new file mode 100644 index 0000000..cd8846c --- /dev/null +++ b/Project.toml @@ -0,0 +1,14 @@ +name = "Evolutionary" +uuid = "86b6b26d-c046-49b6-aa0b-5f0f74682bd6" +version = "0.2.0" + +[deps] +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" + +[extras] +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[targets] +test = ["Test"] diff --git a/README.md b/README.md index 7a325b3..7148561 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,17 @@ A Julia package for [evolutionary](http://www.scholarpedia.org/article/Evolution ## Installation +For julia 0.6 and lower, run following command + ```julia Pkg.add("Evolutionary") ``` +For julia 0.7 and higher, run in the package manager mode +``` +pkg> add https://github.com/wildart/Evolutionary.jl.git#v0.2.0 +``` + ## Functionalities #### Algorithms