增加清华源的地址
parent
3200877d25
commit
a96897e61b
|
|
@ -25,3 +25,9 @@ AB版本拉伸策略:
|
|||
im_data = np.clip(im_data, 0, 255)
|
||||
|
||||
return im_data.astype(np.uint8)
|
||||
|
||||
|
||||
|
||||
# 清华源地址
|
||||
pip install nodezator -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
conda install numpy -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
|
||||
Loading…
Reference in New Issue