Skip to content

Commit

Permalink
Fix format for opengl error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallmcdonnell committed Jan 15, 2021
1 parent b7b746f commit 39cf096
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ python setup.py install
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

Example error:
`ImportError: First import of "._api" failed with "libGL.so.1: cannot open shared object file...`

```
ImportError: First import of "._api" failed with "libGL.so.1: cannot open shared object file...
```


### Testing
Expand Down

0 comments on commit 39cf096

Please sign in to comment.