Merge pull request #879 from mkborregaard/change-glvisualize-string

Change installation message
This commit is contained in:
Michael Krabbe Borregaard 2017-06-01 11:56:20 +02:00 committed by GitHub
commit 380907af8d

View File

@ -77,14 +77,9 @@ end
function add_backend_string(b::GLVisualizeBackend) function add_backend_string(b::GLVisualizeBackend)
""" """
For those incredibly brave souls who assume full responsibility for what happens next... if !Plots.is_installed("GLVisualize")
There's an easy way to get what you need for the GLVisualize backend to work (until Pkg3 is usable): Pkg.add("PyPlot")
end
Pkg.clone("https://github.com/tbreloff/MetaPkg.jl")
using MetaPkg
meta_checkout("MetaGL")
See the MetaPkg readme for details...
""" """
end end