Browse Source

add upgrade command into README

chenhaiyang 4 years ago
parent
commit
6173b32f69
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -62,6 +62,8 @@ sim-dict 目前已经被打包放在公司的[私服仓库](http://dev.dp.sagacl
 (venv) ~/myproject pip install short-text-sim -i http://dev.dp.sagacloud.cn:8082/repository/saga-pypi-group/simple --trusted-host dev.dp.sagacloud.cn
 ```
 
+上述命令可以加上 --upgrade 参数完成更新操作。
+
 ## 进阶篇 Advanced
 
 在 sim-dict 实现的文本相似度计算方法中,大概分为分词、词相似度计算、文本相似度计算三个步骤。