diff --git a/install.sh b/install.sh index 3ce3f578..e7801f91 100644 --- a/install.sh +++ b/install.sh @@ -16,5 +16,8 @@ pip install numpy # Install Python Modules pip install -r requirements.txt +# Install local Chinese language environment +sudo locale-gen zh_CN.GB18030 + # Install vn.py pip install . \ No newline at end of file