Developing Python Module

后端 未结 4 1159
太阳男子
太阳男子 2020-12-29 08:00

I\'d like to start developing an existing Python module. It has a source folder and the setup.py script to build and install it. The build script just copies the source file

4条回答
  •  既然无缘
    2020-12-29 08:53

    Install the distrubute package then use the developer mode. Just use python setup.py develop --user and that will place path pointers in your user dir location to your workspace.

提交回复
热议问题