Skip to content
Snippets Groups Projects
Commit fc466ebe authored by willap's avatar willap
Browse files

Merge branch 'master' of https://lab.compute.dtu.dk/QIM/workshops/esrf-um-2021 into master

parents fb30fa2b 2ddcb52f
No related branches found
No related tags found
No related merge requests found
...@@ -9,10 +9,28 @@ Clone or download this repository as a .zip. ...@@ -9,10 +9,28 @@ Clone or download this repository as a .zip.
If you don't already have Anaconda to run Jupyter Notebooks. We suggest two options: If you don't already have Anaconda to run Jupyter Notebooks. We suggest two options:
**Miniconda** **Miniconda**
TODO: Setup instructions 1. Go to https://docs.conda.io/en/latest/miniconda.html and download the latest version
- Mac: Choose the `.pkg`
2. Install Miniconda
- Windows:
Billy?
- Mac:
- Execute the `.pkg`
- Select a directory for installation
- If in MacOS Catalina or later, you have to do some extra steps:
- Open a terminal window
- Run `source <full path to installation directory>/opt/miniconda3/bin/activate`
- Run `conda init zsh`
- Linux:
- Navigate to the folder with the downloaded `.sh` file
- Open the terminal in this folder (right click on the folder and select open terminal)
- Change permissions to install by running `chmod 700 <filename>.sh`
- To install, type `<filename>.sh`
**Google Colab** **Google Colab**
Link to notebook
Billy?
## 3. Set up environment ## 3. Set up environment
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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment