《Django+React前后端分离项目开发实战:爱计划》 02 安装Python和Django

02 Installing Python and Django

《Django+React前后端分离项目开发实战:爱计划》 02 安装Python和Django

Because Django is a Python web framework, we first have to install Python.

由于 Django 是一个 Python 网络框架,我们首先要安装 Python。

Installing Python

Let’s check if we have Python installed and what version it is.

让我们检查一下 Python 是否已安装,版本是什么。

If you are using a Mac, open your terminal. If you are using Windows, open your Command Prompt. For convenience, I will address both the Terminal and Command Prompt as “Terminal” throughout the book.

如果使用 Mac,请打开终端。如果使用的是 Windows,则打开命令提示符。为方便起见,我在全书中将终端和命令提示符都称为 “终端”。

We will need to check if we have at least Python 3.8 to use Django 4. To do so, go to your Terminal and run:

我们需要检查是否至少有 Python 3.8 才能使用 Django 4:

python3 

你可能感兴趣的:(React,Django,python,django,react.js)