Sfoglia il codice sorgente

补充python配置

jxing 4 anni fa
parent
commit
9bc11ae36a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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
 ```