diff --git a/jmqtui/setup.py b/jmqtui/setup.py index 19b5cba..092ab65 100644 --- a/jmqtui/setup.py +++ b/jmqtui/setup.py @@ -13,4 +13,7 @@ setup(name='joinmarketui', python_requires='>=3.6', zip_safe=False) -os.system('pyside2-uic jmqtui/open_wallet_dialog.ui -o jmqtui/open_wallet_dialog.py') +# The following command should be executed whenever `open_wallet_dialog.ui` is updated. +# We have commented out this command so that we wouldn't require every user of JoinMarket-qt +# to install the correct version of pyside2-uic. +# os.system('pyside2-uic jmqtui/open_wallet_dialog.ui -o jmqtui/open_wallet_dialog.py')