From 27cd2cd2828d921f23605556d7275f1204c7b768 Mon Sep 17 00:00:00 2001 From: Corneliu Cofaru Date: Mon, 21 May 2018 12:54:19 +0200 Subject: [PATCH] Documentation Fix --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f185891..5c436f6 100644 --- a/README.md +++ b/README.md @@ -301,7 +301,8 @@ The documentation is provided in Julia's native docsystem. ## Installation The package can be installed by running `Pkg.add("NetworkLearning")` or, to check out the latest version, -`Pkg.checkout("NetworkLearning.jl")` in the Julia REPL. +`Pkg.checkout("NetworkLearning.jl")` in the Julia REPL. From `v0.1.0`, only versions of Julia above 0.7 +are supported. Julia v.0.6 support can be found in the `support_julia_v0.6` branch (currently unmantained).