diff --git a/README.md b/README.md
index 1ebd218..b8b2aaf 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,64 @@
This software started as a university graduation project aimed to create an all in one software that allows anyone to just hop in and start programing using visual modular code blocks (nodes), kind of like (( Unreal Engines Blueprint Graph System )).. It enables the code to be translated from the Visual Scripting graph into any programming language syntax the user selects.
+
+---------------------
+
+Steps to Run Vision Visual Scripting
+
+1- Download and Install PyCharm
+https://www.jetbrains.com/pycharm/download/#section=windows
+
+
+
+---------------------
+
+2- Make sure GitHub plug-in is installed
+
+3- Click on Get From VCS
+
+
+
+---------------------
+
+4- Copy the Link from the GitHub Repo then Past it in PyCharm then click Clone
+
+
+
+
+
+---------------------
+
+5- Go to the requirements file and make sure all necessary libraries are installed
+
+
+
+---------------------
+
+6- Go to vvs_app/main.py
+
+
+
+---------------------
+
+7- Right click on main.py then click run
+
+
+
+Finally - This is what should apear
+
+
+
+
+---------------------
+---------------------
+---------------------
+---------------------
+
+**Notes:**
+
+- If you don't see run button then you need to configure a new Python interpreter environment.
+
+ https://www.youtube.com/watch?v=GTtpypvLoeY&ab_channel=PyCharmbyJetBrains
+
+- Make sure Python is installed before doing step (3).
+
+- It's better to create a new empty environment for the project to have least issues.
diff --git a/requirements.txt b/requirements.txt
index 87f4c3a..cc0abb1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,5 +3,3 @@ PyQt5-Qt5
PyQt5-sip
PyQt5-stubs
QtPy
-
-numba
\ No newline at end of file