<bdo id='q5XS3'></bdo><ul id='q5XS3'></ul>

    <legend id='q5XS3'><style id='q5XS3'><dir id='q5XS3'><q id='q5XS3'></q></dir></style></legend>

    <small id='q5XS3'></small><noframes id='q5XS3'>

  1. <tfoot id='q5XS3'></tfoot>

  2. <i id='q5XS3'><tr id='q5XS3'><dt id='q5XS3'><q id='q5XS3'><span id='q5XS3'><b id='q5XS3'><form id='q5XS3'><ins id='q5XS3'></ins><ul id='q5XS3'></ul><sub id='q5XS3'></sub></form><legend id='q5XS3'></legend><bdo id='q5XS3'><pre id='q5XS3'><center id='q5XS3'></center></pre></bdo></b><th id='q5XS3'></th></span></q></dt></tr></i><div id='q5XS3'><tfoot id='q5XS3'></tfoot><dl id='q5XS3'><fieldset id='q5XS3'></fieldset></dl></div>

      什么是 setup.py?

      时间:2024-04-21
        <tbody id='glnrj'></tbody>
      <i id='glnrj'><tr id='glnrj'><dt id='glnrj'><q id='glnrj'><span id='glnrj'><b id='glnrj'><form id='glnrj'><ins id='glnrj'></ins><ul id='glnrj'></ul><sub id='glnrj'></sub></form><legend id='glnrj'></legend><bdo id='glnrj'><pre id='glnrj'><center id='glnrj'></center></pre></bdo></b><th id='glnrj'></th></span></q></dt></tr></i><div id='glnrj'><tfoot id='glnrj'></tfoot><dl id='glnrj'><fieldset id='glnrj'></fieldset></dl></div>
        <bdo id='glnrj'></bdo><ul id='glnrj'></ul>

          <small id='glnrj'></small><noframes id='glnrj'>

          1. <tfoot id='glnrj'></tfoot>
            <legend id='glnrj'><style id='glnrj'><dir id='glnrj'><q id='glnrj'></q></dir></style></legend>

              • 本文介绍了什么是 setup.py?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                Can anyone please explain what setup.py is and how it can be configured or used?

                解决方案

                setup.py is a python file, the presence of which is an indication that the module/package you are about to install has likely been packaged and distributed with Distutils, which is the standard for distributing Python Modules.

                This allows you to easily install Python packages. Often it's enough to write:

                $ pip install . 
                

                pip will use setup.py to install your module. Avoid calling setup.py directly.

                https://docs.python.org/3/installing/index.html#installing-index

                这篇关于什么是 setup.py?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:Python 无法安装包 下一篇:访问列表的多个元素知道它们的索引

                相关文章

                    <bdo id='wSqCG'></bdo><ul id='wSqCG'></ul>

                  1. <tfoot id='wSqCG'></tfoot>
                    <legend id='wSqCG'><style id='wSqCG'><dir id='wSqCG'><q id='wSqCG'></q></dir></style></legend>
                  2. <small id='wSqCG'></small><noframes id='wSqCG'>

                  3. <i id='wSqCG'><tr id='wSqCG'><dt id='wSqCG'><q id='wSqCG'><span id='wSqCG'><b id='wSqCG'><form id='wSqCG'><ins id='wSqCG'></ins><ul id='wSqCG'></ul><sub id='wSqCG'></sub></form><legend id='wSqCG'></legend><bdo id='wSqCG'><pre id='wSqCG'><center id='wSqCG'></center></pre></bdo></b><th id='wSqCG'></th></span></q></dt></tr></i><div id='wSqCG'><tfoot id='wSqCG'></tfoot><dl id='wSqCG'><fieldset id='wSqCG'></fieldset></dl></div>