Skip to content
Advertisement

Tag: rubygems

Python equivalent of npm or rubygems?

I’ve been looking around for a package manager that can be used with python. I want to list project dependencies in a file. For example ruby uses Gemfile where you can use bundle install. How can I achieve this in Python? Answer The pip tool is becoming the standard in equivalent of Ruby’s gems. Like distribute, pip uses the PyPI

Advertisement