Can I install/upgrade packages from GitHub using conda?
For example, with pip
I can do:
pip install git+git://github.com/scrappy/scrappy@master
to install scrappy
directly from the master
branch in GitHub. Can I do something equivalent with conda?
If this is not possible, would it make any sense to install pip with conda and manage such local installations with pip?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…