Browse Source

补充python配置

jxing 4 years ago
parent
commit
9bc11ae36a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/setup/centos/server/python.md

+ 1 - 0
docs/setup/centos/server/python.md

@@ -23,4 +23,5 @@ CentOS7默认软件源中没有Python3,要安装Python3需首先安装epel软
 [root@localhost ~] pip3 install matplotlib
 [root@localhost ~] pip3 install shapely
 [root@localhost ~] pip3 install networkx
+[root@localhost ~] pip3 install jieba
 ```