Python/pip,如何从github安装git存储库的特定版本

pip install git+[url here]@[版本号]

比如:pip install git+https://github.com/facebookresearch/[email protected]
https://github.com/facebookresearch/detectron2.git是url,v0.4是版本号

你可能感兴趣的:(深度学习,python,github,git)