使用Mercurial在Windows上安装django

时间:2012-07-13 20:31:51

标签: windows django svn mercurial install

我尝试使用的项目有一个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吗?

2 个答案:

答案 0 :(得分:4)

您指向的文档已过期。您不需要svnhg来安装Django。我建议您阅读官方安装文档https://docs.djangoproject.com/en/1.4/intro/install/并使用稳定版本而不是检查最新代码。

答案 1 :(得分:0)

'svn' is not recognized as an internal or external command表示svn中未安装或未找到SYSTEM PATH

确保svn或您正在使用的任何工具已正确安装并位于系统路径中,然后继续django installation