reportlab 怎么安装

reportlab 怎么安装

 

1.      先安装pip

          a)        https://pip.pypa.io/en/latest/installing.html

          b)        获取上面网址的get-pip.py

          c)   运行python get-pip.py

          d)  安装完成之后 pip应用程序安装在C:\Python27\Scripts目录下,把这个路径加到path环境变量里面

          e)  cmd-》 输入pip -》可看到命令帮助,表示安装成功

2.      下载PIL

a)        http://www.pythonware.com/products/pil

b)        下载对应版本的文件

c)        Exe文件直接安装

3.      下载Reporlab包

a)        https://pypi.python.org/pypi/reportlab/

b)        取下对应python版本的whl

c)        Pip install 上面取下来的文件

 

你可能感兴趣的:(Python)