Update README.md

This commit is contained in:
Jun
2024-11-25 14:34:32 +08:00
committed by GitHub
parent 46edc1ac15
commit f633111bd9

View File

@@ -7,10 +7,12 @@ You should input the arguments in Deepin Standard.
# Dependencies
To run `main.py` successfully you should install `PyQt5`.
The `build.sh` will be called by a function in `main.py`, to run `build.sh` properly, you should have a `bash` environment with `fakeroot` installed.
'''bash
```bash
sudo apt install python3-pyqt5
sudo apt install fakeroot
'''
```
# Run
After download my script, you can just input the command below into your terminal:
'''bash