Skip to content
Snippets Groups Projects
Commit 5967e9a3 authored by Tommi Nylander's avatar Tommi Nylander
Browse files

Update README.md

parent 2526db20
No related branches found
No related tags found
No related merge requests found
Pipeline #761 failed
......@@ -18,8 +18,8 @@ chmod +x julialab1
(Feel free to choose another text editor if you don't like gedit.) This step only needs to be done once. Henceforth you can start julia with the environment setup by running `./julialab1` in the current directory.
4. Start `./julialab1`
5. Install `BallAndBeam.jl` using command `using Pkg; Pkg.add(PackageSpec(url="https://gitlab.control.lth.se/processes/LabProcesses.jl.git", rev="julia1")); Pkg.add(PackageSpec(url="https://gitlab.control.lth.se/processes/BallAndBeam.jl.git", rev="tommi")); Pkg.add("JLD"); Pkg.add("ControlSystems"); Pkg.add("Plots"); using BallAndBeam` Lots of packages will now be installed, this will take some time.
6. Type `cp(joinpath(pathof(BallAndBeam),"src","FRTN35_lab1.jl")), "FRTN35_lab1.jl"); edit("FRTN35_lab1.jl")`. The script `FRTN35_lab1.jl` will now open in the chosen text editor, edit it while following the lab manual. If unsure about how a function works, type `?function_name` for help.
7. Run `Pkg.activate(pathof(BallAndBeam))` to install further required packages.
6. Download the file FRTN35_lab1.jl from the course webpage and place it in your newly created FRTN35_lab1 directory.
# Documentation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment