您的位置:首页 > 移动开发

【0】依照Django官网:实现第一个django app 安装必要的工具/模块

2015-08-16 23:50 531 查看
1.环境配置:

(1)Install Setuptools

To install Python packages on your computer, Setuptools is needed. Download the latest version of Setuptools for your Python version
and follow the installation instructions given there.

(2)install pip

Open a command prompt and execute easy_install pip.
This will install pip on
your system. This command will work if you have successfully installed Setuptools.

(3)install django

In the command prompt, execute the following command: pip install django.
This will download and install Django.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  django python