Skip to content

Latest commit

 

History

History
executable file
·
57 lines (36 loc) · 1.6 KB

README.md

File metadata and controls

executable file
·
57 lines (36 loc) · 1.6 KB

Qt for Python (PySide2) to Dash Docset

❤️ You can download the docset in your Dash App directly. Current version 6.2.2 ❤️

Steps

Download Site

It may take about 1 hour. You can change --wait=0.5 but better don't do this.

wget --execute robots=off --wait=0.5 --force-directories --no-parent --page-requisites --mirror --convert-links --tries=3 https://doc.qt.io/qtforpython/
Here is my example running result.
FINISHED --2020-04-27 15:31:39--
Total wall clock time: 1h 6m 16s
Downloaded: 4449 files, 105M in 3m 45s (477 KB/s)

Run the Script

You need install python3 and pip install -r requirements.txt first.

python pyside2dash.py

Set Icon

Manually download/copy this to your docset folder.

Pack Docset

tar --exclude='.DS_Store' -cvzf Qt_for_Python.tgz Qt_for_Python.docset

Refer

Contributor

License