Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e4e67c3

Browse files
committed
Merge branch 'master' of github.com:ruicore/python
* 'master' of github.com:ruicore/python: Update readme.md
2 parents a533adc + aec358b commit e4e67c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

usage/5118/readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212

1313
```shell script
1414
python3.9 -m venv venv
15-
source venv/bin/activate
16-
pip install -r requirements.txt
15+
source venv/bin/activate (Mac)
16+
.\venv\Scripts\activate.bat (Windows)
17+
pip install -r requirements.txt -i https://pypi.doubanio.com/simple
1718
```
1819

1920
### 一、使用余弦相似度进行聚合

0 commit comments

Comments
 (0)