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

Skip to content

Commit aec358b

Browse files
authored
Update readme.md
1 parent 54fe7f3 commit aec358b

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)