Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallmcdonnell authored May 28, 2019
1 parent 05879b5 commit 1cc0bb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ conda create -n addie_env python=${python_version}
source activate addie_env
```

**Install**
**Install (or Update)**

```
conda install -c addie-diffraction addie
```

If there are issues with `mantid-workbench` or `mantid-total-scattering` dependencies (broken, errors, etc.), then you can delete the environment and re-install `addie` in a new environment ("turn it off and back on again")

**Notes**

If you have an error (see below for example) related to the `libGL` library, you may not have it installed for the Mantid Framework to work. See instructions [here](https://github.com/mantidproject/conda-recipes/#gl-and-glu-libs) for installing the necessary libraries for different OS
Expand Down

0 comments on commit 1cc0bb1

Please sign in to comment.