@@ -28,31 +28,24 @@ Try Visual Python if you would like to: <br>
2828###1. Requirements
2929
3030Visual Python is a Jupyter Notebook extension. <br >
31- We recommend installing Anaconda (virtual environment).
32-
3331- Python version 3.x
3432- Jupyter notebook or Anaconda env
3533
3634###2. How to Install
3735
38- ** 1) Open Anaconda prompt**
39-
40- * Windows : Click Start > Search or Select 'Anaconda Prompt' <br >
41- * Mac : Open Launchpad > Select 'Terminal'
42-
43- ** 2) Install package from**
36+ ** 1) Install package from**
4437```
4538pip install visualpython
4639```
4740
48- ** 3 ) Enable the package**
41+ ** 2 ) Enable the package**
4942```
5043visualpy install
5144```
5245
53- ** 4 ) Activate Visual Python on Jupyter Notebook**
46+ ** 3 ) Activate Visual Python on Jupyter Notebook**
5447
55- Click orange square button on the right side of the Jupyter Notebook menu.
48+ Click orange square button on the right side of the Jupyter Notebook menu bar .
5649
5750###3. Package Control Info
5851* Usage: visualpy** [ option] ** <br >