dy-sec
/
aegis-vision
/
pathway-data-format
Public
Search/Ask
0
0
WeChat Login
Login
Code
Issues
Pull requests
Events
Packages
Insights
master
Branch
1
Tag
3
Fork
Time travel
修改了 readme.md
38de6573
16
commits
.vscode
components
data
executors
utils
.gitignore
README.md
config.json
requirements.txt
run.py
设置python 镜像源
pip config set global.index-url
https://pypi.tuna.tsinghua.edu.cn/simple
打包依赖
mkdir offline_wheels
cd offline_wheels
pip wheel -r ../requirements.txt -w .
tar -zcf offline_wheels.tar.gz ./offline_wheels
pip install --find-links ./offline_wheels --no-index -r ./requirements.txt
About
No description, topics, or website provided.
241.17 MiB
0
forks
0
stars
1
branches
3
Tag
README
Release
0
Tag
3
Contributors
2
1
Language
Python
67.8%
gitignore
16.3%
Markdown
1.1%
Others
14.8%