On Sun, 2013-03-03 at 23:09 -0600, Bruce Dubbs wrote: > Kevin Lyda wrote: > > Sorry! Didn't see the release happening. Hopefully it's a step you could > > add to the release process. > > > > I do update it based on wikipedia updating their misspelling page, so pip > > install --upgrade misspellings isn't a bad idea. > > Can you give a reference for pip?
Pip is the/a Python packaging tool, similar to cpan in the Perl world. It can be grabbed from https://pypi.python.org/pypi/pip/1.2.1 In this instance, it's only being used to install the Python misspellings package, which can be grabbed from https://pypi.python.org/pypi/misspellings/ and installed in the usual way. Regards, Matt. -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
