You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
425 B
12 lines
425 B
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple |
|
pip config set install.trusted-host pypi.tuna.tsinghua.edu.cn |
|
|
|
# in Blender Environment |
|
cd "C:\Program Files\Blender Foundation\Blender 3.6\3.6\python\bin" |
|
|
|
python -m pip install --upgrade pip |
|
python -m pip install matplotlib numpy pillow oss2 ppf-datamatrix cairosvg redis |
|
|
|
|
|
# in Host Environment |
|
pip install matplotlib numpy pillow oss2 redis piexif
|
|
|