0% found this document useful (0 votes)
7 views10 pages

Software Requirements

The document provides a step-by-step guide for installing Python and Visual Studio Code on a Windows system. It includes detailed instructions for downloading, installing, and verifying both software applications. Additionally, it introduces two libraries, Flask and Streamlit, which are useful for web development and creating interactive applications for machine learning projects.

Uploaded by

yunusbasha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views10 pages

Software Requirements

The document provides a step-by-step guide for installing Python and Visual Studio Code on a Windows system. It includes detailed instructions for downloading, installing, and verifying both software applications. Additionally, it introduces two libraries, Flask and Streamlit, which are useful for web development and creating interactive applications for machine learning projects.

Uploaded by

yunusbasha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 10

Software Requirements Step by Step Procedure

1) Python Installation Step by Step:


Step-1:
Download Python from the official Python website: https://www.python.org/downloads/

Step-2:
Scroll Down the page there you can see the python release versions and download your
preferred version of python.
Python releases by version number:

Note: Here I opted the latest version of Python python 3.10.6


Click on download then scroll to download the page there you can able to find files here click
on the windows installer(64-bit)

Step-3:
Running the Executable Installer
1. Once you have downloaded the installer, open the .exe file, such as python-3.10.6-
amd64.exe, by double-clicking it to launch the Python installer.
2. Select the second check box as shown in below.
Step-4:
Setup Progress
After clicking the install now button the setup will start installing Python on your Windows
system. You will see a window like this.

Step-5:
Final Installer Window
After completing the setup. Python will be installed on your Windows system. You will see a
successful message.
Step-6:
Verify the Python Installation
Open command prompt(cmd) and run the below command to check the version installed
command: python --version

You
can
also

check the version of Python by opening the IDLE application. Go to Start and enter IDLE in
the search bar and then click the IDLE app, for example, IDLE (Python 3.10.11 64-bit). If
you can see the Python IDLE window then you are successfully able to download and
installed Python on Windows.
2) Visual Studio Code Installation Step by Step:
Step-1:
Downloading VS Code
Visit the official Visual Studio Code website: https://code.visualstudio.com/

Click on the "Download for Your Operating System" to download the installer for your
operating system (Windows, macOS, or Linux)

Step-2:
Installing VS Code on Windows
Once it is downloaded then navigate to Locate the downloaded installer file and give double
click on it. It will open for Setup Installation. It will show you the License Agreement click
on I accept the agreement.
Step 3:
After accept the agreement you will get the select additional tasks click on next.
Now we will get additional tasks which are select the desktop icon.
Click on next then it will automatically navigate to installation.

Step 4:
Now Click on install button for installation.
After click on next it is ready to install Click on install.
Click on install button for installation in our system.
Step 5:
Installing on your desktop.
Now please wait until the installation is get complete.

Step-6:
After Completion Of Installing Click on Finish
Once Installation is completed Click on Finish.
Step-7:
Launching VS Code Once the installation is complete, you can launch VS Code by searching
for "Visual Studio Code" in your operating system's application launcher.
Alternatively, on Windows, you can double-click on the VS Code desktop icon.

Congratulations! You have successfully installed Visual Studio Code on your computer. You
can now start using it as your code editor and customize it with extensions and settings
according to your preferences. Code desktop icon
Libraries:
1. Flask:
Flask is a lightweight and flexible micro web framework for Python, commonly used
in back-end development to build web applications, APIs, and web services. Its simplicity,
flexibility, and extensibility make it an excellent choice for a wide range of projects,
including route planning and traffic flow prediction using machine learning (ML).
2. Streamlit:
Streamlit is an open-source Python library that makes it easy to create web
applications for machine learning and data science projects. It allows developers to
quickly build interactive and customizable web interfaces for their machine learning
models and data analysis tools, without requiring knowledge of web development
languages such as HTML, CSS, or JavaScript.

You might also like