Versions Compared
Version | Old Version 3 | New Version 4 |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
- Uninstall previous Miniconda / Anaconda installs
- Install Miniconda from https://conda.io/miniconda.html (restart your MAC)
Once miconda is installed run the following in the terminal (before running the second command you may need to install Node.js, see docs here):
Code Block | ||
---|---|---|
| ||
conda install -c conda-forge hyperspy jupyter labextension install @jupyter-widgets/jupyterlab-manager |
Install pyxem:
Code Block | ||
---|---|---|
| ||
conda install -c conda-forge diffpy.structure
pip install https://github.com/pyxem/pyxem/archive/master.zip |