Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 713 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 713 Bytes

An informal introduction to Julia

Download the slides from the latest release.

To setup Julia, install from Julia Homepage, or with your distribution package manager of choice.

To gather all dependencies to run the examples, in the root directory start Julia:

$ julia -q
julia>

# hit the `]` key
julia>]

(@v1.10)> activate .
(julia-intro)> instantiate

This will grab all of the dependencies from the Project.toml (with the specific versions locked in the Manifest.toml).


Montserrat font by Julieta Ulanovsky, licensed under SIL OFL.