使用setuptools在linux上安装python模块

1,安装setuptools

sudo yum install python-setuptools


2,安装模块

easy_install 模块名

你可能感兴趣的:(python)