From 8b970ea546fc77e1a04d05e0fc5d0dacde1542fc Mon Sep 17 00:00:00 2001
From: Marvin Albert <marvin.albert@gmail.com>
Date: Wed, 9 Oct 2024 09:57:17 +0200
Subject: [PATCH] Update setup

---
 book/install_python.md | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/book/install_python.md b/book/install_python.md
index 422f7fb..e088885 100644
--- a/book/install_python.md
+++ b/book/install_python.md
@@ -25,20 +25,22 @@ Select the installation instructions for your operating system and processor fro
 
     ```bash
     cd ~/Downloads
-    ```   
-
+    ```
 5. Execute the installer with the command below. You can use your arrow keys to scroll up and down to read the license agreement and enter "yes" if you agree.
 
     ```bash
     bash Miniforge-Linux-x86_64.sh
     ```
+
 6. After installation, you will be asked if you would like to initialize your terminal with "conda init". For a local installation, you enter "yes" here and the conda command will be available every time you open a terminal. In this course, we work on virtual BAND computers, and in this case we enter "no".
-7. To verify your installation worked, close your Terminal window and open a new one.
 
-You should see `(base)` to the left of your prompt.
+7. To verify your installation worked, close your Terminal window and open a new one. You should see `(base)` to the left of your prompt.
+
+
     ```{admonition} You were already seeing (base)?
     If you said "no" in the previous point, activate the conda command in your terminal by entering the following in the terminal:
 
+
     ```bash
     source ~/miniforge3/bin/activate
     ```
-- 
GitLab