KeymouseGo icon indicating copy to clipboard operation
KeymouseGo copied to clipboard

win11下如何运行呢

Open trookie2000 opened this issue 9 months ago • 5 comments

将代码git clone下来后,在vscode中不知道怎么运行。在终端按照提示输入:

  1. 安装 Python3
  2. pip install -r requirements-windows.txt
  3. pip install pyinstaller
  4. pyinstaller -F -w --add-data "./assets;assets" KeymouseGo.py 会出现报错 pyinstaller : 无法将“pyinstaller”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后再试一次。 所在位置 行:1 字符: 1
  • pyinstaller -F -w --add-data "./assets;assets" KeymouseGo.py
  •   + CategoryInfo          : ObjectNotFound: (pyinstaller:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    

trookie2000 avatar Sep 21 '23 14:09 trookie2000