好吧,现在我应该这样做:
# pip install git+<my repository url>#egg=foo
# cd src/foo
# pip install -r requirements.txt
如何让 pip 自动安装要求。
好吧,现在我应该这样做:
# pip install git+<my repository url>#egg=foo
# cd src/foo
# pip install -r requirements.txt
如何让 pip 自动安装要求。