From 9a3e9c987ce37549dd5cb270c65a6ba5df8c3b12 Mon Sep 17 00:00:00 2001
From: abda <abda@dtu.dk>
Date: Tue, 11 Apr 2023 22:15:35 +0200
Subject: [PATCH] Update Chapter10.md

---
 Chapter10/Chapter10.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Chapter10/Chapter10.md b/Chapter10/Chapter10.md
index 9f4642f..2eb246c 100644
--- a/Chapter10/Chapter10.md
+++ b/Chapter10/Chapter10.md
@@ -20,9 +20,13 @@ To set up a Python environment, you can use the script `env02506.sh`. You should
 The first time you run this, the script will create a new python environment called `env02506` and activate it.
 
 Then you should install the packages needed which include:
+
 `pip install torch torchvision`
+
 `pip install Pillow`
+
 `pip install notebook`
 
 Now you are good to go. You can navigate to the folder that you wish to store the code, download the notebook from the link above, and open a jupyter notebook by typing the following in the command line:
+
 `jupyter-notebook`
-- 
GitLab