python 2.7
pip install -r requirements-2.x.txt
python 3
pip install -r requirements.txt
The project references tornado, if you have installed python 3.8 on windows, there is some compatible code should be added. For more information, please take a look here. The compatible code should be added in webserver.py.
python ./webserver.py
python ./setup.py sdist
pyinstaller webserver.spec