Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python包管理 #18

Open
Danceiny opened this issue Apr 25, 2019 · 1 comment
Open

Python包管理 #18

Danceiny opened this issue Apr 25, 2019 · 1 comment

Comments

@Danceiny
Copy link
Owner

pip

  • pip9.0 以后就不支持egg了,但是官方的pypi应该是做了一些事情,使得上传egg之后pip仍然可以安装egg。可以参考pip的Release Notes

    BACKWARD INCOMPATIBLE Remove the attempted autodetection of requirement names from URLs, URLs must include a name via #egg=.

@Danceiny
Copy link
Owner Author

打包

  • wheel (.whl)
    python setup.py bdist_wheel
  • tar.gz
    python setup.py sdist
  • egg
    python setup.py install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant