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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pi-0.1.2.tar.gz (5.1 kB view hashes)

Uploaded source

Supported by

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