Skip to content
Snippets Groups Projects
Commit 219be3eb authored by monj's avatar monj
Browse files

Update Installing Jupyter Notebooks.md

parent 841edc68
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment