当前位置: 首页 > 工具软件 > Leo Editor > 使用案例 >

Leo-editor 源码安装方法

储臻
2023-12-01

@language md

项目地址

devel branch: https://github.com/leo-editor/leo-editor/tree/devel

环境条件:

  • python3 & pip3 should be installed.

  • pip install packages

      pip install pyqt5
      pip install PyQtWebEngine
      pip install docutils
      pip install markdown
      pip install nbformat
    

启动 leo-editor

  • 因为 leo-editor 是一个 python 程序,所以安装相应的包后,直接执行即可。

      python launchLeo.py
    
 类似资料: