From 411ea00837d6d489d9b8d96533dc139723fef402 Mon Sep 17 00:00:00 2001 From: Uwe Fechner Date: Fri, 1 Nov 2024 21:34:05 +0100 Subject: [PATCH] update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6493ae31..d21fab9e 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,10 @@ This package is part of Julia Kite Power Tools, which consists of the following If you want to run simulations and see the results in 3D, please install the meta package [KiteSimulators](https://github.com/aenarete/KiteSimulators.jl) . If you are not interested in 3D visualization or control you can just install this package. ## Installation -Install [Julia 1.10](https://ufechner7.github.io/2024/08/09/installing-julia-with-juliaup.html) or later, if you haven't already. +Install [Julia 1.10](https://ufechner7.github.io/2024/08/09/installing-julia-with-juliaup.html) or later, if you haven't already. On Linux, make sure that Python3 and Matplotlib are installed: +``` +sudo apt install python3-matplotlib +``` Before installing this software it is suggested to create a new project, for example like this: ```bash @@ -48,10 +51,6 @@ mkdir test cd test julia --project="." ``` -On Linux, make sure that Python3 and Matplotlib are installed: -``` -sudo apt install python3-matplotlib -``` Then add KiteModels from Julia's package manager, by typing: ```julia using Pkg