Skip to content

Commit

Permalink
Fix for #12
Browse files Browse the repository at this point in the history
  • Loading branch information
Chakazul authored Oct 13, 2020
1 parent c25a568 commit 584eab4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,14 @@ or
```bash
sudo apt-get install tk
```

or if Tkinter module not found on Ubuntu:

```bash
sudo apt-get install python3-tk
```

For python 3.6:
```bash
sudo apt-get install python3.6-tk
```

0 comments on commit 584eab4

Please sign in to comment.