Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.24 KB

install-directions.md

File metadata and controls

23 lines (15 loc) · 1.24 KB

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-python

Build Status

bagit is a Python library and command line utility for working with BagIt style packages.

Installation

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.

QUESTIONS?

  • 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.