我尝试按照命令安装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位
答案 0 :(得分:8)
尝试运行pip install django
答案 1 :(得分:2)
你不需要-e,也不需要最终/。这样做:
pip install django