Skip to content

Commit

Permalink
Fixing pyqt version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mortonjt authored Dec 4, 2016
1 parent 6a311a0 commit 71dfd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ conda create -n gneiss_env python=3
gneiss then can be installed as follows
```
source activate gneiss_env
conda install pyqt
conda install pyqt=4.11.4
pip install gneiss
```

Expand Down

0 comments on commit 71dfd8d

Please sign in to comment.