安装
作者:
leo
2018-10-03
编辑:
linxu 安装 ¶
打开官网 在官网的introduction部分有如下介绍, 点开PYPI链接或者GiHub链接地址, 有详细的安装步骤 Robot Framework project is hosted on GitHub where you can find further documentation, source code, and issue tracker. Downloads are hosted at PyPI. The framework has a rich ecosystem around it consisting of various generic test libraries and tools that are developed as separate projects.
Windows 安装 ¶
如果已经安装了python和pip工具, 直接通过pip安装
- pip install robotframework
如果通过github下载源码下来安装. 首先需要解压缩,然后启动shell 或者 cmd窗口, 在setup.py目录执行
- python setup.py install
检查安装是否成功 ¶
在cmd(windows环境)或是shell(linux环境)执行如下命令:
- pybot –version 安装成功会有如下类似提示: Robot Framework 3.0.4 (Python 2.7.13 on win32)
分享到:
如果你觉得这篇文章或视频对你的学习很有帮助, 请你也分享它, 让它能再次帮助到更多的需要学习的人.
如果你也想支持 leo Python 并看到更好的教学内容, 赞助他一点点, 作为鼓励他继续开源的动力.