ソースを参照

Merge branch 'master' of http://39.106.8.246:3003/doc/saga-doc

haojianlong 5 年 前
コミット
dfbd7b2dc3
1 ファイル変更1 行追加0 行削除
  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
 ```