Skip to content

Commit

Permalink
[Add]install local language environment on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
vnpy committed Apr 1, 2019
1 parent e63542c commit c143080
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

0 comments on commit c143080

Please sign in to comment.