You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,12 @@ Kss is a Korean string processing suite that provides various functions for proc
20
20
- August 16, 2019 [Released Kss 1.0 C++](https://docs.likejazz.com/kss/).
21
21
22
22
## 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
+
23
29
### Install Kss
24
30
Kss can be easily installed using the pip package manager.
0 commit comments