Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7749967
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T11:10:08+00:00 2026-06-01T11:10:08+00:00

Rather than pushing a release to PyPi and GitHub, it would be easier to

  • 0

Rather than pushing a release to PyPi and GitHub, it would be easier to have PyPi use the latest GitHub master. Is there are proper way to do this?

I know you can list dependencies as GitHub repos in install_requires, but is there a way to do this for the primary package?

For example, when you use easy_install to install Flask, it reads from multiple sources, including GitHub, which is listed in the setup URL ( https://github.com/mitsuhiko/flask/blob/master/setup.py#L78):

$ sudo easy_install Flask
Searching for Flask
Reading http://pypi.python.org/simple/Flask/
Reading http://github.com/mitsuhiko/flask/

Is listing the URL in setup.py what causes easy_install to also read from GitHub?

If so, will it always install from GitHub if the GitHub version is more current than the PyPi version?

And does this work the same for pip?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T11:10:10+00:00Added an answer on June 1, 2026 at 11:10 am

    If I recall correctly you can use download_url to point to the lastest tarball at GitHub.

    Do not send any sdist/bdist to PyPI, only register the package and change setup.py to something like:

    setup(...,
          download_url='https://github.com/USER/PROJECT/tarball/master')
    

    The reason those pages are read is because setuptools crawls lots of pages (starting from http://pypi.python.org/simple/) looking for any download url that looks like what the installation needs. You can see more details if you use the -v option in easy_install/pip.

    pip install -vvv flask
    

    References:

    • http://peak.telecommunity.com/DevCenter/setuptools#making-your-package-available-for-easyinstall
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Rather than reinvent the wheel I would like to use Outlook to manage my
Rather than doing my_var = my_var+'extra string'; is there a shorthand method like .=
Rather than have everything in one big dialog, I'm looking at being able to
Rather than have a NULL in a column, I want a 0 to be
Rather than create, and then drop a table in sqlite3, I would like to
From a post-compilation perspective (rather than a coding syntax perspective), in C#, is there
Rather than use WebGL, NaCl, Flash or developing a custom browser plugin, I'm interested
Rather than use an ORM, I am considering the following approach in Python and
I have a repo on GitHub with a single branch master that I've been
rather than using a textnode to show content im trying to figure out how

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.