From 20d3127d38c1fad791e36de3da02be60c8aa1d23 Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson <cont-frb@ulund.org> Date: Fri, 25 Aug 2017 08:57:15 +0200 Subject: [PATCH] update installation instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b82a5ea..e37b036 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ [](https://gitlab.control.lth.se/processes/BallAndBeam.jl/commits/master) # Installation (specific to lab 1 FRTN35: Frequency response analysis) +0. If you run on your personal computer, you *might* need to install Julia. +Download and install Julia v0.6+ from [julialang.org](https://julialang.org/downloads/). +If you prefer a "batteries included" approach with an IDE, download and install +the free version of [Julia Pro](https://juliacomputing.com/products/juliapro.html). 1. Open a terminal 2. Type `mkdir FRTN35_lab1; cd FRTN35_lab1` 3. Paste the following in a terminal -- GitLab