-
Notifications
You must be signed in to change notification settings - Fork 2
Running the GUI from source
Leata Byers edited this page Oct 18, 2023
·
14 revisions
!!!DRAFT!!!
- Install Python3 by following these instructions: https://www.python.org/downloads/windows/
- Install Git-bash for Windows: https://git-scm.com/download/win
- Open a git-bash command prompt
- In the command line run the following commands:
pip3 install pyside6pip3 install pyyaml
- Open a command prompt
- Install python3:
sudo apt install python3
- pip3 install pyside6
- pip3 install pyyaml
- Open a gitbash command prompt as admin
- $ cd [path/to/cloudfuse]/gui
- compile GUI
- $ ./compile_ui.sh
- $ cd ..
- $ python gui/FuseGUI.py
- Open a command prompt
- $ cd [path/to/cloudfuse]/gui
- compile GUI
- $ ./compile_ui.sh
- $ cd ..
- $ python gui/FuseGUI.py