当前位置: 代码迷 >> 综合 >> CentOS 7安装 locust
  详细解决方案

CentOS 7安装 locust

热度:3   发布时间:2023-12-18 09:55:14.0

安装yum扩展源:

yum -y install epel-release

加载缓存:

yum makecache

安装pip:

yum -y install python-pip

更新pip版本:

pip install --upgrade pip

安装locust:

pip install locustio
  相关解决方案