Python Forensics - Installation of Python



As we need Python for all the activities of computational forensics, let us move step by step and understand how to install it.

Step 1 − Go to https://www.python.org/downloads/ and download the installation files of Python according to the Operating System you have on your system.

Download Installation Files

Step 2 − After downloading the package/installer, click on the exe file to start the installation process.

Start Installation

You will get to see the following screen after the installation is complete.

Installation Completed

Step 3 − The next step is to set the environment variables of Python in your system.

Set Environment Variables

Step 4 − Once the environment variables are set, type the command "python" on the command prompt to verify whether the installation was successful or not.

If the installation was successful, then you will get the following output on the console.

Installation Output
Advertisements