We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60481ec commit 42efecfCopy full SHA for 42efecf
1 file changed
README.rst
@@ -31,8 +31,10 @@ The documentation is also available here: https://tkfilebrowser.readthedocs.io
31
Requirements
32
------------
33
34
-- Linux
35
-- Python 2.7 or 3.x with tkinter + ttk, python-psutil and python-babel
+- Linux or Windows
+- Python 2.7 or 3.x with tkinter + ttk, psutil, babel and pypiwin32 (Windows only)
36
+
37
+If your tkinter version is older than 8.6.0, then you will also need pillow.
38
39
40
Installation
@@ -123,8 +125,9 @@ Documentation
123
125
Changelog
124
126
---------
127
-- tkfilebrowser 2.2.6
128
+- tkfilebrowser 2.3.0
129
* Make package compatible with Windows
130
+ * Set initial focus on entry in save mode
131
132
- tkfilebrowser 2.2.6
133
* No longer reset path bar when clicking on a path button
0 commit comments