-
Notifications
You must be signed in to change notification settings - Fork 2
Running the GUI from source
Leata Byers edited this page Oct 17, 2023
·
14 revisions
Coming Soon!
The GUI is the easiest way to write the configuration options file for Cloudfuse.
- 'Windows'
- python3 must be installed
- Git Bash for windows
- using pip3, install pyside6 and pyyaml
*'Linux'
- python3
- pip3 install pyside6 and pyyaml
- cd [path to repo]/gui
- ./compile_ui.sh
- cd [path to top of repo]
- python gui/FuseGUI.py (make sure python is an alias for python version 3, or type python3 isntead)