下载Django时出错

时间:2015-10-13 19:42:11

标签: python django python-2.7

我尝试按照命令安装django

 pip install -e django/

我收到以下错误:

django/ should either be a path to a local project or a VCS url beginning with 
    svn+, git+, hg+, or bzr+

我使用的是Windows 32位

2 个答案:

答案 0 :(得分:8)

尝试运行pip install django

答案 1 :(得分:2)

你不需要-e,也不需要最终/。这样做:

pip install django