zfscan is a gui utility to manage zfs.
- Install QT
- mac -
brew install qt
- ubuntu -
apt-get install qt-sdk
- mac -
Then the following:
pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
pyside_postinstall.py -install
Once installed you can just run the application: python zfscanui.py