Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 705 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 705 Bytes

aie-workshop

Julia tutorial examples from IEEE AIE workshop at Vaasa University 20-22.05.24

Setup

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.

  1. Open a terminal

  2. Clone this repository https://github.com/julia-users-helsinki/aie-workshop.git

  3. Enter the repository directory

  4. Start a julia session by calling julia --project in the terminal

  5. 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