Skip to content

Commit b687be3

Browse files
authored
Add note on installing tkinter for optview (#453)
1 parent 8af45c8 commit b687be3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/install.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ To install pyOptSparse including those dependencies, run
9393

9494
pip install .[optview]
9595

96+
If you encounter a ``no module named tkinter`` error when trying to run optview, you may need to `install tkinter on your system <https://stackoverflow.com/questions/25905540/importerror-no-module-named-tkinter>`__.
9697

9798
Testing
9899
-------

0 commit comments

Comments
 (0)