adamerose / PandasGUI

A GUI for Pandas DataFrames
MIT No Attribution
3.17k stars 229 forks source link

Add pywin32 requirement for Windows installations #173

Closed jmartens closed 2 years ago

jmartens commented 2 years ago

This should make sure pywin32 is installed on Windows systems since it provides win32api which is required when doing from pandasgui import show,

This should fix issue #172 .