Skip to main content

Simpler python package installation

Project description

Python (package) installation

Getting started from PyPI:

easy_install pi

Whence easy_install?

Commands

  • Uninstall package named “pip”:

    pi uninstall pip
  • Install package named “filesequence”:

    pi install filesequence
  • List paths that Python searches for imported modules:

    pi paths
  • List installed packages:

    pi list

Testing

Continuous integration:

Travis CI Build Status

Or run tests locally:

nosetests --with-doctest

Setuptools

pi does not yet completely replace setuptools. You may need to install it first:

Distro

Package manager command

Ubuntu

apt-get install python-setuptools

Mac

built-in

Arch

pacman -S python-setuptools

CentOS

yum install python-setuptools

License

Copyright (c) 2013 Christopher Brown. MIT Licensed.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page