File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
SET python = %1
3
3
SET pypi_index = %2
4
4
IF %python% " " == " " SET python = python
5
- IF %pypi_index% " " == " " SET pypi_index = https://pypi.douban .com/simple
5
+ IF %pypi_index% " " == " " SET pypi_index = https://pypi.vnpy .com
6
6
IF NOT %pypi_index% " " == " " SET pypi_index = --index-url %pypi_index%
7
7
@ ECHO ON
8
8
Original file line number Diff line number Diff line change 6
6
7
7
8
8
[[ -z $python ]] && python=python3
9
- [[ -z $pypi_index ]] && pypi_index=https://pypi.douban .com/simple
9
+ [[ -z $pypi_index ]] && pypi_index=https://pypi.vnpy .com
10
10
11
11
$python -m pip install --upgrade pip wheel --index $pypi_index
12
12
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pypi_index=$2
5
5
shift 2
6
6
7
7
[[ -z $python ]] && python=python3
8
- [[ -z $pypi_index ]] && pypi_index=https://pypi.douban .com/simple
8
+ [[ -z $pypi_index ]] && pypi_index=https://pypi.vnpy .com
9
9
10
10
$python -m pip install --upgrade pip wheel --index $pypi_index
11
11
You can’t perform that action at this time.
0 commit comments