Re: [Distutils] installing bagit-python from the Library of Congress GitHub

2016-10-30 Thread Alex Grönholm
Pip is a command line tool. Are you trying to use it from the interactive Python interpreter instead? 30.10.2016, 18:01, Benjamin Houtman kirjoitti: Hello, I'm trying to install bagit-python from the LoC Github https://github.com/LibraryOfCongress/bagit-python

Re: [Distutils] installing bagit-python from the Library of Congress GitHub

2016-10-30 Thread Matthias Bussonnier
Hello Benjamin, Can you pass the full error message please ? Or would the error message be something like : >>> pip install bagit File "", line 1 pip install bagit ^ SyntaxError: invalid syntax If so that's because `pip` is not a command that you should run from inside the P

[Distutils] installing bagit-python from the Library of Congress GitHub

2016-10-30 Thread Benjamin Houtman
Hello, I'm trying to install bagit-python from the LoC Github https://github.com/ LibraryOfCongress/bagit-python I have Windows 10 and I downloaded Python 2.7.12 and the most recent iteration of bag-it. According to the README file I should be able to type in "pip install bagit" to install bagit gl