Skip to content

Commit 6fff8d9

Browse files
authored
Update README.md
Added pip installation instructions.
1 parent c9a5a73 commit 6fff8d9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
![PyPI](https://img.shields.io/pypi/v/idev-pyzerowidth) ![Python](https://img.shields.io/pypi/pyversions/idev-pyzerowidth)
12
# **PyZeroWidth**
23
A simple set of functions in [**python**](https://www.python.org) for encoding messages into **zero-width** characters.
34
<br />
@@ -6,7 +7,11 @@ A simple set of functions in [**python**](https://www.python.org) for encoding m
67
# Installation
78
With `git` [GitHub](https://github.com):
89
```
9-
git clone https://github.com/IrtsaDevelopment/PyStatistics.git
10+
git clone https://github.com/IrtsaDevelopment/PyZeroWidth.git
11+
```
12+
With `pip` [PyPi](https://pypi.org/project/idev-pyzerowidth/)
13+
```
14+
pip install idev-pyzerowidth
1015
```
1116
<br />
1217
<br />

0 commit comments

Comments
 (0)