如何将我的xnat python包更新到这个特定的提交版本?
https://gitlab.com/radiology/infrastructure/xnatpy/-/commit/f58f04a2eeae62cd8f0631d213c6ff5552c44a70
当我尝试pip install xnat时,它没有包含这个更新,我想知道如何才能包含它
发布于 2020-09-10 11:47:04
你应该跑
pip install git+https://gitlab.com/radiology/infrastructure/xnatpy.git@f58f04a2eeae62cd8f0631d213c6ff5552c44a70#egg=xnatPyPI将在提交f58f04a2eeae62cd8f0631d213c6ff5552c44a70时从存储库https://gitlab.com/radiology/infrastructure/xnatpy.git安装名为xnat的包(egg
https://stackoverflow.com/questions/63822526
复制相似问题