1.下载django

https://www.djangoproject.com/download/

2.解压,并到该目录下

执行 python setup.py install

3.验证是否安装成功

C:\Users\zhongyulin>python
Python 2.7.10 (default, May 23 2015, 09:40:32) [MSC v.1500 32 bit (Intel)] on wi
n32
Type "help", "copyright", "credits" or "license" for more information.
>>> import django
>>> django.VERSION
(1, 9, 1, 'final', 0)
>>> print(django.__path__)
['D:\\ProgramFile\\Python27\\lib\\site-packages\\django-1.9.1-py2.7.egg\\django'
]
>>> quit()

4.python2.7.10的安装请参考

centos安装python2.7并安装easy_install,pip,ipython

最新文章

  1. Linux LVM学习总结——删除卷组VG
  2. 为控件Button设置快捷键(组合键)
  3. OpenCascade Ray Tracing Rendering
  4. read the python code and predict the results --- from <Learn Python The Hard Way>
  5. OGNL valueStack StackContext(ActionContext)深入分析(转+个人理解)
  6. Web Service 一些对外公开的网络服务接口
  7. C++ const 限定符
  8. Struts2--Result类型
  9. 如何解决找不到方法HttpServletRequest.getServletContext() ---- NoSuchMethodError
  10. 关于01背包求第k优解
  11. bzoj 4199 [NOI2015]寿司晚宴
  12. 有关python下二维码识别用法及识别率对比分析
  13. 彻底解决eclipse中tomcat启动速度缓慢的问题
  14. ASP.NET WebApi OWIN 实现 OAuth 2.0(自定义获取 Token)
  15. Eclipse+tomcat+MySQL搭建JavaWeb开发环境
  16. WDA基础八:ROWREPEATER的使用
  17. CAFFE 调试
  18. python之pandas简单介绍及使用(一)
  19. application.properties /application.yml官网查看配置;springboot application.properties 官网查看,info yml 查看;springboot.yml查看info;springboot.yml查看Actuator监控中心info
  20. 使用EF6连接mariaDB出现中文查找不到数据的问题

热门文章

  1. linux c语言定时器
  2. C++编程练习(7)----“KMP模式匹配算法“字符串匹配
  3. Struts2系列笔记(4)---Ation类访问servlet
  4. bootstrap - btn 实例
  5. C# 总结const、 readonly、 static三者区别:
  6. 49-Group Anagrams-(Medium) 题解
  7. javascipt : filter
  8. msil_accessibility_b03f5f7f11d50a3a_6.1.7600.16385_none_2232298e4f48d6ba
  9. html中DTD
  10. 【转】Spring注解