Remove conda update message

These instructions led to installing a deprecated matplotlib version
This commit is contained in:
Michael K. Borregaard 2017-05-21 11:30:11 +02:00
parent 16c95c6deb
commit 08d7bee224

View File

@ -55,8 +55,6 @@ function add_backend_string(::PyPlotBackend)
withenv("PYTHON" => "") do
Pkg.build("PyPlot")
end
import Conda
Conda.add("qt=4.8.5")
# now restart julia!
"""