diff --git a/Installing Jupyter Notebooks.md b/Installing Jupyter Notebooks.md
index 4ca0af58b31f6d361264d4c2cebff5df5cbcaccb..9a47e03504fcb540fe8f9f23c591b57721fe4aab 100644
--- a/Installing Jupyter Notebooks.md	
+++ b/Installing Jupyter Notebooks.md	
@@ -42,7 +42,7 @@ Mac/Linux:
     - Mac: Services/New Terminal at Folder
     - Linux: Open in Terminal
 3. Type `conda env create -f environment.yml` and press enter.
-4. Type `conda activate qim-esrf` and press enter.
+4. Type `conda activate qim-<name of your tool>` and press enter.
 
 Windows
 1. Open Anaconda Prompt.
@@ -51,6 +51,9 @@ Windows
 4. Type `conda activate qim-esrf` and press enter.
 
 ### 4. Install the tool demonstrated in the tutorial
+
+Find the instructions for installing the tool you are interested in written in the README of the tool's repository.
+
 In the case of the layered surfaces tutorials, install package using `pip install slgbuilder` to get the implementation from this [repository](https://github.com/Skielex/slgbuilder).
 
 In the case of the structure tensor, the tutorial notebook for structure tensor will automatically clone the repository of the structure tensor tool. If that were to fail, follow the steps below: