python pip使用问题
致命的西瓜 2016-08-02 02:47:23 在部署一个python项目的时候遇到了pip 错误
Directory '.' is not installable. File 'setup.py' not found.
官方的文档解释:Local directory (which must contain a setup.py, or pip will report an error).
每个单词都认识。。连起来就看不懂了,这个setup.py指的是什么?为什么要在本地目录存在呢
python外行,各位帮忙看下