From 291471a11bd455b3b7a58bdb51f72cf8f9bcd878 Mon Sep 17 00:00:00 2001 From: Ianna Osborne Date: Fri, 7 Jun 2024 10:37:42 +0200 Subject: [PATCH] docs: julia installation instructions (#103) * add a note how to install julia * cleanup function references * update Julia installation instractions --- docs/src/getting_started.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/src/getting_started.md b/docs/src/getting_started.md index 1e4ee50..0f74688 100644 --- a/docs/src/getting_started.md +++ b/docs/src/getting_started.md @@ -2,6 +2,9 @@ Let's assume that both Python and Julia are installed. +!!! note + If Julia is not install it is recomended to follow its official installation instructions described [here](https://julialang.org/downloads/). + ## Installation It is recommended to use [conda](https://conda.io/projects/conda/en/latest/user-guide/getting-started.html) virtul environment.