1.install
python setup.py install --record files.txt
2. uninstall 删除这些文件
cat files.txt | xargs rm -rf