Installing CollectionBatchTool

For most users, the easiest way is probably to install the latest version hosted on PyPI:

$ pip install collectionbatchtool

The project is hosted at https://github.com/jmenglund/CollectionBatchTool and can also be installed using git:

$ git clone https://github.com/jmenglund/CollectionBatchTool.git
$ cd CollectionBatchTool
$ python setup.py install

Tip

You may consider installing CollectionBatchTool (and its required packages) within a virtual environment in order to avoid cluttering your system’s Python path. See for example the package virtualenv.