美文网首页
Mac安装WEditor教程

Mac安装WEditor教程

作者: 小李同学今天博学了吗 | 来源:发表于2022-06-14 10:51 被阅读0次

    一、WEditor简介
    当我们需要快速定位到app上某一个元素时,我们可以通过此工具得到其UI属性,根据对应的id我们可以及时找到代码位置
    官网:GitHub - alibaba/web-editor: web editor for atx

    二、安装步骤
    1、先检查pip是否安装,在终端输入

    pip --version
    如果不识别pip
    则执行 pip3 install -U pip 活   pip install --upgrade pip更新pip
    

    2、在终端中输入

    pip3 install -U weditor 或python3 -m pip install weditor
    

    3、启动weditor

    python3 -m weditor
    

    相关文章

      网友评论

          本文标题:Mac安装WEditor教程

          本文链接:https://www.haomeiwen.com/subject/jafzmrtx.html