我正在尝试使用的项目具有 django 导入,因此我正在尝试安装 django。
在 Windows 中。
我找到了有关如何安装它的说明http://effbot.org/zone/django.htm#installing - 它需要从 svn 存储库中提取。
我安装了 Mercurial hg - 所以我不应该安装 svn - 并且https://www.mercurial-scm.org/wiki/WorkingWithSubversion说我可以使用类似的命令
svn co http://code.djangoproject.com/svn/django/trunk/django
.
但是,当我运行它时出现错误:
'svn' is not recognized as an internal or external command, operable program or batch file.
那么,当我的系统上已经安装了 python27、sqlite、postgres 和 Mercurial 时,我该怎么做才能在 Windows 上安装 django?