Skip to content

Commit

Permalink
Updated docs to include note about installing tkinter for Linux Python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
asweigart committed Sep 13, 2014
1 parent d80df11 commit 119fe2b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -25,6 +25,8 @@ To import, run:

Displays a message box with text input, and OK & Cancel buttons. Typed characters appear as *. Returns the text entered, or None if Cancel was clicked.

On Linux Python 2, you need to first install Tkinter by running: sudo apt-get install python-tk

Modified BSD License

Derived from Stephen Raymond Ferg's EasyGui http://easygui.sourceforge.net/
2 changes: 2 additions & 0 deletions README.rst
Expand Up @@ -29,6 +29,8 @@ You can also use your platform's native system calls for displaying a message bo

>>> import pymsgbox.native as pymsgbox

On Linux Python 2, you need to first install Tkinter by running: sudo apt-get install python-tk

Modified BSD License

Derived from Stephen Raymond Ferg's EasyGui http://easygui.sourceforge.net/
Expand Down
4 changes: 4 additions & 0 deletions docs/quickstart.rst
@@ -1,8 +1,12 @@

.. default-role:: code

==========
Quickstart
==========

On Linux Python 2, you need to first install Tkinter by running: `sudo apt-get install python-tk`

All of the arguments to PyMsgBox functions are optional.

>>> import pymsgbox
Expand Down

0 comments on commit 119fe2b

Please sign in to comment.