-
Notifications
You must be signed in to change notification settings - Fork 0
Running the GUI from source
Leata Byers edited this page Jul 30, 2024
·
13 revisions
- Install Python3.11 from here : https://www.python.org/downloads/windows/
- Make sure to add Python to your PATH
- Install Git-bash for Windows: https://git-scm.com/download/win
- Open a git-bash command prompt
- Install dependencies:
pip install -r [path/to/cloudfuse]/gui/requirements.txt
- Open a command prompt
- Install python3:
sudo apt install python3
pip3 install -r [path/to/cloudfuse]/gui/requirements.txt
- Install a PySide6 dependancy:
- sudo apt-get install libxcb-cursor0 -y
- 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