File tree 1 file changed +4
-11
lines changed
1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -28,31 +28,24 @@ Try Visual Python if you would like to: <br>
28
28
### 1. Requirements
29
29
30
30
Visual Python is a Jupyter Notebook extension. <br >
31
- We recommend installing Anaconda (virtual environment).
32
-
33
31
- Python version 3.x
34
32
- Jupyter notebook or Anaconda env
35
33
36
34
### 2. How to Install
37
35
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**
44
37
```
45
38
pip install visualpython
46
39
```
47
40
48
- ** 3 ) Enable the package**
41
+ ** 2 ) Enable the package**
49
42
```
50
43
visualpy install
51
44
```
52
45
53
- ** 4 ) Activate Visual Python on Jupyter Notebook**
46
+ ** 3 ) Activate Visual Python on Jupyter Notebook**
54
47
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 .
56
49
57
50
### 3. Package Control Info
58
51
* Usage: visualpy ** [ option] ** <br >
You can’t perform that action at this time.
0 commit comments