[Add]install local language environment on ubuntu
This commit is contained in:
parent
e63542c44a
commit
c143080341
@ -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 .
|
Loading…
Reference in New Issue
Block a user