[Add]install local language environment on ubuntu

This commit is contained in:
vn.py 2019-04-01 09:25:23 +08:00
parent e63542c44a
commit c143080341

View File

@ -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 .