Skip to content

Commit d85295e

Browse files
committed
update install.
1 parent a7ac1c2 commit d85295e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ Detect the script (writing system) of text based on ISO 15924.
88
- `Zinh` code is the Unicode script property value of characters that may be used with multiple scripts, and that inherit their script from a preceding base character. In some cases, we opted to integrate parts of the Zinh code (e.g. ARABIC FATHATAN..ARABIC HAMZA BELOW, ARABIC LETTER SUPERSCRIPT ALEF) into a different block.
99
- `Zyyy` code is the Unicode script for "Common" characters.
1010

11-
## Install
11+
## Install from pip
12+
```bash
13+
pip3 install GlotScript
14+
```
15+
16+
## Install from git
1217
```bash
1318
pip3 install GlotScript@git+https://github.com/cisnlp/GlotScript
1419
```

0 commit comments

Comments
 (0)