Skip to content

Commit 2520c32

Browse files
authored
Update README.md
- removed release badge - added issues badge - pip version option information
1 parent a22dc2b commit 2520c32

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
[![License: GPLv3](https://img.shields.io/badge/License-GPLv3-brightgreen)](https://www.gnu.org/licenses/gpl-3.0.html)
88
[![Code of Conduct: Contributor Covenant](https://img.shields.io/badge/Code%20of%20Conduct-Contributor%20Covenant-pink)](https://github.com/visualpython/visualpython/blob/main/CODE_OF_CONDUCT.md)
99
[![Downloads: ](https://img.shields.io/pypi/dm/visualpython?color=orange)](https://pypistats.org/packages/visualpython)
10-
[![Release: ](https://img.shields.io/github/v/release/visualpython/visualpython?color=%23FF6347)](https://pypistats.org/packages/visualpython)
11-
10+
[![Issues: ](https://img.shields.io/github/issues/visualpython/visualpython?color=%23FF6347)](https://pypistats.org/packages/visualpython)
1211

1312
## Introduction
1413
Visual Python is a GUI-based Python code generator, developed on the Jupyter Notebook as an extension. <br>
@@ -32,7 +31,7 @@ Visual Python is a Jupyter Notebook extension. <br>
3231
We recommend installing Anaconda (virtual environment).
3332

3433
- Python version 3.x
35-
- Jupyter notebook or Anaconda env <br>
34+
- Jupyter notebook or Anaconda env
3635

3736
### 2. How to Install
3837

@@ -45,9 +44,7 @@ We recommend installing Anaconda (virtual environment).
4544
```
4645
pip install visualpython
4746
```
48-
<br>
49-
50-
Depending on your virtual environment settings, you may need to install Jupyter Extensions.<br>
47+
NOTE : Depending on your virtual environment settings, you may need to install Jupyter Extensions.<br>
5148
To install Jupyter Extension, use commands either:
5249
```
5350
pip install jupyter_contrib_nbextensions
@@ -61,17 +58,23 @@ conda install -c conda-forge jupyter_contrib_nbextensions
6158
```
6259
visualpy install
6360
```
61+
NOTE : If you need to use a specific version of the pip, specify the version like the following. <br>
62+
For example, for pip3:
63+
```
64+
visualpy install --pip3
65+
```
6466

6567
**4) Activate Visual Python on Jupyter Notebook**
6668

67-
Click orange square button on the right side of the Jupyter Notebook menu. <br>
69+
Click orange square button on the right side of the Jupyter Notebook menu.
6870

6971
### 3. Package Control Info
7072
* Usage: visualpy **[option]** <br>
7173
* Optional arguments:
7274

7375
```
7476
help - show help menu
77+
install - install packages
7578
uninstall - uninstall packages
7679
upgrade - version upgrade
7780
version - version check

0 commit comments

Comments
 (0)