Skip to content
Snippets Groups Projects
Commit fddd5992 authored by monj's avatar monj
Browse files
parents b442a43a 9dd4d159
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,6 @@ If you don't already have Anaconda to run Jupyter Notebooks, we suggest **Minico ...@@ -13,7 +13,6 @@ If you don't already have Anaconda to run Jupyter Notebooks, we suggest **Minico
1. Go to https://docs.conda.io/en/latest/miniconda.html and download the latest version 1. Go to https://docs.conda.io/en/latest/miniconda.html and download the latest version
- Mac: Choose the `.pkg` - Mac: Choose the `.pkg`
2. Install Miniconda 2. Install Miniconda
- Windows: - Windows:
- Execute the `.exe` - Execute the `.exe`
...@@ -35,7 +34,7 @@ If you don't already have Anaconda to run Jupyter Notebooks, we suggest **Minico ...@@ -35,7 +34,7 @@ If you don't already have Anaconda to run Jupyter Notebooks, we suggest **Minico
Unless you are using Google Colab, you will need to run the file called environment.yml to install the required packages via the command line. Unless you are using Google Colab, you will need to run the file called environment.yml to install the required packages via the command line.
Mac/Linux: Mac/Linux:
1. Navigate to the esrf-um-2021 folder. 1. Navigate to the esrf-um-2021-master folder.
2. To open the terminal, right click on the folder and navigate to 2. To open the terminal, right click on the folder and navigate to
- Mac: Services/New Terminal at Folder - Mac: Services/New Terminal at Folder
- Linux: Open in Terminal - Linux: Open in Terminal
...@@ -43,8 +42,8 @@ Mac/Linux: ...@@ -43,8 +42,8 @@ Mac/Linux:
4. Type `conda activate qim-esrf` and press enter. 4. Type `conda activate qim-esrf` and press enter.
Windows Windows
1. Open Anaconda Navigator. 1. Open Anaconda Prompt.
2. `cd workshop_path`, where path is the absolute (full) path of the folder. 2. `cd <workshop_path>`, where workshop_path is the absolute (full) path to the esrf-um-2021-master folder.
3. Type `conda env create -f environment.yml` and press enter. 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-esrf` and press enter.
...@@ -60,7 +59,7 @@ The tutorial notebook for Structure Tensor will automatically clone the reposito ...@@ -60,7 +59,7 @@ The tutorial notebook for Structure Tensor will automatically clone the reposito
_Option 2_ _Option 2_
1. Download the [repository](https://lab.compute.dtu.dk/QIM/structure-tensor) as a .zip file 1. Download the [repository](https://lab.compute.dtu.dk/QIM/structure-tensor) as a .zip file
2. Extract the .zip file 2. Extract the .zip file
3. Rename the directory from structure-tensor-master to structure_tensor_master 3. Rename the directory from structure-tensor-master to structure_tensor
4. Place the directory inside esrf-um-2021-master/Structure Tensor/ 4. Place the directory inside esrf-um-2021-master/Structure Tensor/
### 6. Open Jupyter Notebooks ### 6. Open Jupyter Notebooks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment