Prior to the session, please install the BagIt python library. Directions for installation reproduced from the Library of Congress' BagIt-Python README file below.
bagit is a Python library and command line utility for working with BagIt style packages.
bagit.py is a single-file python module that you can drop into your project as needed or you can install globally with:
pip install bagit
Python v2.6+ is required.
- You need to have pip installed. Easy-to-understand instructions about that are in the 2.2.2 Creating Bags from the Command-Line section of the BagIt Usage Instructions from the Educopia Institute/MetaArchive team (which includes Matt Schultz, Stephen Eisenhaur, and Nick Krabbenhoeft)
- Still having trouble? Add your question to the Issues section of this repository and we will figure it out together.