diff --git a/torch_training/Getting_Started_Training.md b/torch_training/Getting_Started_Training.md
index d575e1c673665013b55bccd3faecde526cec8ab4..8a156e5f85abe746ad9c51d393ca65a6e13d8fb1 100644
--- a/torch_training/Getting_Started_Training.md
+++ b/torch_training/Getting_Started_Training.md
@@ -59,6 +59,7 @@ For training purposes the tree is flattend into a single array.
 
 ## Training
 ### Setting up the environment
+Before you get started with the training make sure that you have [pytorch](https://pytorch.org/get-started/locally/) installed.
 Let us now train a simle double dueling DQN agent to navigate to its target on flatland. We start by importing flatland
 
 ```