• Most of the time, you will want to publish your packages on PyPI.

    大多数时候需要自己发布到Py PI上。

    youdao

  • Next, go to PyPI and register for an account (don't worry: it's free).

    接下来访问 PyPI注册账号不用担心是免费的)。

    youdao

  • Notice that the first pip installation downloaded and installed from PyPI.

    注意第一pip安装是从 PyPI下载安装的。

    youdao

  • The contents of the file should contain your PyPI credentials, as shown in Listing 1.

    文件内容应该包含Py PI证书清单1中所

    youdao

  • The next two commands are chained together: sdist upload builds a source distribution, and then uploads it to PyPI.

    接下来两个命令串连在一起使用的:sdist upload 构造了一个发布然后上传到 PyPI

    youdao

  • A common method for publishing packages to PyPI (or your own distribution server) is to create a source distribution to upload.

    将包发布Py PI(或者自己的发布服务器)上的常用方法创建一个发布上传。

    youdao

  • This file populates the landing page on PyPI, so it's a good idea to briefly describe the project and show examples of usage in this file.

    文件用于填充py PI登录页面因此文件中简要描述项目显示一些使用实例是个主意

    youdao

  • By publishing your package on the Python package Index (PyPI), you'll make it easily accessible through utilities like PIP or easy_install.

    如果PythonPackageIndex (PyPI)上发布那么可以通过pipeasy_install这样的实用工具轻易地对其进行访问

    youdao

  • Finally, as PIP and virtualenv gain wider adoption, reliance on published packages-whether on PyPI or on your own distribution servers-increases.

    最后由于pipvirtualenv赢得了更为广泛采用发布包的依赖(位于Py pi自己的发布服务器)越来越大。

    youdao

  • Now, in writing your setup.py script, you have to decide what you want displayed on the PyPI index page, and what do you want to name your project.

    编写setup .py脚本时,必须决定py PI索引页面显示什么内容,以及项目取什么名称

    youdao

  • The NAME is what people will refer to your software as, the name under which your software is listed in PyPI and—more importantly—under which users will install it (for example, pip install NAME).

    NAME就是人们引用软件使用的名称这个软件名称 PyPI 中,而且重要用户将使用这个名称来安装软件(例如pip 安装 NAME)。

    youdao

  • The NAME is what people will refer to your software as, the name under which your software is listed in PyPI and—more importantly—under which users will install it (for example, pip install NAME).

    NAME就是人们引用软件使用的名称这个软件名称 PyPI 中,而且重要用户将使用这个名称来安装软件(例如pip 安装 NAME)。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定