Python Forensics 简明教程

Python Forensics - Installation of Python

由于我们在所有计算法医学活动中都需要 Python,让我们逐步进行并了解如何安装它。

Step 1 − 转到 https://www.python.org/downloads/ 并根据系统上的操作系统下载 Python 的安装文件。

download installation files

Step 2 − 下载软件包/安装程序后,点击 exe 文件启动安装过程。

start installation

安装完成之后,你将看到以下界面。

installation completed

Step 3 − 接下来的步骤是设置系统中的 Python 环境变量。

set environment variables

Step 4 − 设置环境变量后,在命令提示符中输入命令“python”以验证安装是否成功。

如果安装成功,那么你将看到控制台上的以下输出。

installation output