Python package install using pip or easy_install from repos

后端 未结 4 877
深忆病人
深忆病人 2020-12-23 08:46

The simplest way to deal with python package installations, so far, to me, has been to check out the source from the source control system and then add a symbolic link in th

4条回答
  •  萌比男神i
    2020-12-23 09:07

    easy_install accepts a URL for the source tree too. Works at least when the sources are in Subversion.

提交回复
热议问题