安装 python3 的软件包, 根据 python 的实际路径调整:
D:\Python\Python37\python.exe -m pip install pyqt5
D:\Python\Python37\python.exe -m pip install enamlx
D:\Python\Python37\python.exe -m pip install twisted
D:\Python\Python37\python.exe -m pip install lxml
D:\Python\Python37\python.exe -m pip install qt-reactor
D:\Python\Python37\python.exe -m pip install pywin32
D:\Python\Python37\python.exe -m pip install jsonpickle
D:\Python\Python37\python.exe -m pip install pyqtgraph
D:\Python\Python37\python.exe -m pip install qtconsole
D:\Python\Python37\python.exe -m pip install pyserial
克隆 inkcut :
git clone https://github.com/codelv/inkcut.git
运行:
cd inkcut
D:\Python\Python37\python.exe main.py
离线