Skip to content

Commit

Permalink
Merge pull request #61 from RatanShreshtha/master
Browse files Browse the repository at this point in the history
Instructions for installing python3-tkinter
  • Loading branch information
freakboy3742 committed May 28, 2017
2 parents e5456b7 + c40d962 commit 5c50a34
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ package. If you're using Python 2.7 on Ubuntu 13.04, you can install
For other versions of Python and Ubuntu, you'll need to adjust this as
appropriate.

If you are getting an import error on Fedora while using Python 3 you should install
``python3-tkinter`` by running::

$ sudo dnf install python3-tkinter

Problems under Windows
~~~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -133,4 +138,3 @@ If you experience problems with cricket, `log them on GitHub`_. If you want to c
.. _log them on Github: https://github.com/pybee/cricket/issues
.. _fork the code: https://github.com/pybee/cricket
.. _submit a pull request: https://github.com/pybee/cricket/pulls

0 comments on commit 5c50a34

Please sign in to comment.