diff --git a/README.md b/README.md
index ef7e57f5..86b9d0fb 100644
--- a/README.md
+++ b/README.md
@@ -1,35 +1,29 @@
-# Visual Python
+# Welcome to the Visual Python
[](https://pypi.python.org/pypi/visualpython/)
-[](https://www.gnu.org/licenses/gpl-3.0.html)
-[](https://github.com/visualpython/visualpython/blob/main/CODE_OF_CONDUCT.md)
+[](https://www.gnu.org/licenses/gpl-3.0.html)
+[](https://github.com/visualpython/visualpython/blob/main/CODE_OF_CONDUCT.md)
+
-## Introduction
-Visual Python is a GUI-based Python code generator, developed on the Jupyter Notebook environment as an extension.
-
-
-
-1. Key Features
-* Automatically generates Python code based on a graphic user interface
-* Creates code blocks by tasks (such as data processing, visualization)
-* You can save the analysis process and share it (as .vp file) with others
-2. Who and What is it for?
-Visual Python is a data analytics solution for both Programmers & Non-programmers.
+## Introduction
+Visual Python is a GUI-based Python code generator, developed on the Jupyter Notebook as an extension.
+Visual Python is an open source project started for students who struggle with coding during a Python class for data science.
-Programmers can use the tool :
-* to save & reuse user-defined (or repeatedly used) code
-* to find Python packages and functions from the list
+
-Non-programmers will be able to :
-* learn the Python language more easily
-* manage big data with minimal coding skills
+Try Visual Python if you would like:
+* to manage big data with minimal coding skills.
+* to help students / business analysts / researchers to overcome learning barriers for Python.
+* to save & reuse repeatedly used codes(snippets).
+
+
## Getting Started
### 1. Requirements
-Visual Python is developed as an extension on Jupyter Notebook.
+Visual Python is a Jupyter Notebook extension.
We recommend installing Anaconda (virtual environment).
- Python version 3.x