-
Notifications
You must be signed in to change notification settings - Fork 102
Start learning Julia
Francesc Verdugo edited this page Sep 12, 2019
·
10 revisions
- Download and install Julia (at least version 1.1.0) https://julialang.org/downloads/
- Read the "Getting started" section of the Julia manual https://docs.julialang.org/en/v1/manual/getting-started/
- Do the introductory tutorials in https://github.com/JuliaComputing/JuliaBoxTutorials
- Read the documentation of
Pkg
, the Julia package manager (sections 2., 3., and 4. are the important ones) https://julialang.github.io/Pkg.jl/v1/