🚀 Quick-Start
1. Download / Deploy
- Directly download 📦portable-pkg, and unzip
macOS
need readed macOS Deploy document
- Or use astral-sh/uv ( easily install by
brew install uv, or remote installation script )
bash
uv tool install comicguispider --python "<3.14"
uv tool update-shell2. Usage
GUI
bash
cgsCLI
bash
cgs-cli --help3. Configuration
If you have needs of custom requirements, reference 🔨Configuration for settings
4. Update
- CGS innerded an update module, you can click the
Updatebutton in the configuration window to update
When local version < latest stable version < latest dev version
You need to update to latest stable version before you can update to latest dev version
- or
uv toolinstall specified version such as2.5.0
zsh
uv tool install ComicGUISpider==2.5.0 --force --python "<3.14"- or win-portable-exe install specified version such as
2.5.0
need_pystand_static.intfirst-line version ofv1
cmd
.\CGS.exe -v 2.5.0