Skip to content

Commit 72972c1

Browse files
authored
Update README.md
1 parent 3498699 commit 72972c1

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,31 +28,24 @@ Try Visual Python if you would like to: <br>
2828
### 1. Requirements
2929

3030
Visual 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
```
4538
pip install visualpython
4639
```
4740

48-
**3) Enable the package**
41+
**2) Enable the package**
4942
```
5043
visualpy 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>

0 commit comments

Comments
 (0)