Julia tutorial examples from IEEE AIE workshop at Vaasa University 20-22.05.24
First you need to install Julia. The recommended way is to use juliaup. But you can also download the latest Julia binary from the download page.
-
Open a terminal
-
Clone this repository
https://github.com/julia-users-helsinki/aie-workshop.git
-
Enter the repository directory
-
Start a julia session by calling
julia --project
in the terminal -
Install all needed dependencies with
using Pkg; Pkg.instantiate()
. This might take a while, but after that you have installed everythin you need for the tutorials