Skip to content

Commit bcea90f

Browse files
docs: Add note about removal of mecab auto-installation and manual installation instructions to README.md
1 parent 156e83b commit bcea90f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ Kss is a Korean string processing suite that provides various functions for proc
2020
- August 16, 2019 [Released Kss 1.0 C++](https://docs.likejazz.com/kss/).
2121

2222
## Installation
23+
> **⚠️ Note (2025-08-01):**
24+
>
25+
> The automatic installation of mecab and related Python packages has been removed from `setup.py` to prevent password prompts and privilege escalation during installation.
26+
>
27+
> If you require mecab functionality, please install mecab and its Python bindings manually before installing or using KSS. See below for instructions.
28+
2329
### Install Kss
2430
Kss can be easily installed using the pip package manager.
2531
```console

0 commit comments

Comments
 (0)