From 0e308d9f502b37bfd9aa469858c2070aa6fe6103 Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Thu, 1 Jun 2017 11:55:43 +0200 Subject: [PATCH] Change installation message --- src/backends/glvisualize.jl | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/backends/glvisualize.jl b/src/backends/glvisualize.jl index c28bfd31..b1f5663c 100644 --- a/src/backends/glvisualize.jl +++ b/src/backends/glvisualize.jl @@ -77,14 +77,9 @@ end function add_backend_string(b::GLVisualizeBackend) """ - For those incredibly brave souls who assume full responsibility for what happens next... - There's an easy way to get what you need for the GLVisualize backend to work (until Pkg3 is usable): - - Pkg.clone("https://github.com/tbreloff/MetaPkg.jl") - using MetaPkg - meta_checkout("MetaGL") - - See the MetaPkg readme for details... + if !Plots.is_installed("GLVisualize") + Pkg.add("PyPlot") + end """ end