# 安装 安装PaddleSlim前,请确认已正确安装Paddle1.6版本或更新版本。Paddle安装请参考:[Paddle安装教程](https://www.paddlepaddle.org.cn/install/quick)。 - 安装develop版本 ```bash git clone https://github.com/PaddlePaddle/PaddleSlim.git cd PaddleSlim python setup.py install ``` - 安装官方发布的最新版本 ```bash pip install paddleslim -i https://pypi.org/simple ``` - 安装历史版本 请点击[pypi.org](https://pypi.org/project/paddleslim/#history)查看可安装历史版本。