Skip to content

Prerequisites

Himashana edited this page Apr 4, 2022 · 4 revisions

Prerequisites

If you use CHN-Whiteboard-Installer, prerequisites will automatically install on your computer.

1. Python latest version

Why python? : CHN Whiteboard desktop runtime environment has been made with python. therefore python needs to execute this application.

2. tqdm

py -m pip install tqdm

or

pip install tqdm

3. requests

py -m pip install requests

or

 pip install requests

4. PyQt5

py -m pip install PyQt5

or

pip install PyQt5

5. PyQtWebEngine

py -m pip install PyQtWebEngine

or

pip install PyQtWebEngine

See CHN Whiteboard Installation guide : https://chnsoftwaredevelopers.com/CHN-Classroom/Whiteboard/CHN-Whiteboard-install-assistant/

Install CHN Whiteboard


Read next page.