Skip to content

Commit

Permalink
update install.
Browse files Browse the repository at this point in the history
  • Loading branch information
kargaranamir committed Sep 12, 2023
1 parent a7ac1c2 commit d85295e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ Detect the script (writing system) of text based on ISO 15924.
- `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.
- `Zyyy` code is the Unicode script for "Common" characters.

## Install
## Install from pip
```bash
pip3 install GlotScript
```

## Install from git
```bash
pip3 install GlotScript@git+https://github.com/cisnlp/GlotScript
```
Expand Down

0 comments on commit d85295e

Please sign in to comment.