From b2e814a2ee33d618ef5a8bc31312ff93dcfbd6d9 Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Wed, 22 May 2024 16:08:42 +1200 Subject: [PATCH] more tweaks --- INSTALLATION.md | 9 +++++---- README.md | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index dd6c347..ac39834 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -2,11 +2,11 @@ ## Setup -The following instructions only need to be executed successfully once: +Setup is in **two** steps, which only need to be executed successfully once: -- [Install a correct version of the Julia compiler](FIRST_STEPS.md). +- 1. [Install a correct version of the Julia compiler](FIRST_STEPS.md). -- **In a new Julia session** type the following at the `julia>` prompt, inlcuding a RETURN at the end of each line (or do copy/paste + one final RETURN): +- 2. **In a new Julia session** type the following at the `julia>` prompt, inlcuding a RETURN at the end of each line (or do copy/paste + one final RETURN): ```julia ENV["JULIA_PKG_PRECOMPILE_AUTO"]=0 @@ -26,7 +26,8 @@ exit() ``` **IF YOU ARE PREPARING FOR A JULIA WORKSHOP** you can stop now. You're ready for the -workshop! +workshop! If you have time and are familiar with Jupyter notebooks, try out option 2 +below. ## Running the demos and tutorials diff --git a/README.md b/README.md index 0b3cfad..00aba84 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## ✨ Participating in ResBaz 2024? -Start [here](INSTALLATION.md) the **Getting Started With the Julia Programming Language** -workshop. +Start [here](INSTALLATION.md) to prepare for the **Getting Started With the Julia +Programming Language** workshop. ---