NOTE: This tutorial is out of date.
I'm rewriting this tutorial now, you can check this meanwhile: https://juliaphysics.github.io/latest/index.html
see Setup Your Julia Environment
Open your julia REPL by
- For *nix users (Ubuntu, MacOS, etc.) open a terminal and type
shell> julia
- For Windows users click the icon or open a windows command line and type
julia
.
type the following command in your julia REPL
julia> Pkg.clone("https://github.com/Roger-luo/TutorialForPhysicists.jl.git")
Roger Luo