Quantcast
Viewing all articles
Browse latest Browse all 31

Python pip: Installing specific tags or versions from Github

Installing packages from pip is not just convenient, it’s also a requirement when working from a virtualenv. Unfortunately, there comes a time when installing a specific version of a package requires a little more finess–and often some mucking about on Github. While there are solutions to this dilemma, the cleanest and most concise one I’ve [...] Related posts:
  1. Twisted Python and IPv6
  2. Python Gotchas: Class Attributes versus Instance Members

Viewing all articles
Browse latest Browse all 31

Trending Articles