Introduction
Introduction Statistics Contact Development Disclaimer Help
trequirements.jl - seaice-experiments - sea ice experiments using Granular.jl
git clone git://src.adamsgaard.dk/seaice-experiments
Log
Files
Refs
README
LICENSE
---
trequirements.jl (378B)
---
1 #!/usr/bin/env julia
2 Pkg.update()
3
4 <<<<<<< HEAD
5 Pkg.clone("[email protected]:anders-dc/Granular.jl")
6 =======
7 if !(typeof(Pkg.installed("SeaIce")) == VersionNumber)
8 Pkg.clone("[email protected]:anders-dc/SeaIce.jl")
9 end
10 >>>>>>> 0c9e839cb1fb7129bc35f11f09966e37cf4148a4
11
12 pkgs = ["PyPlot", "Plots", "GR", "LsqFit", "ArgParse"]
13 for pkg in pkgs
14 Pkg.add(pkg)
15 Pkg.build(pkg)
16 end
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.