Installation

This part of the documentation covers the installation of paxb library.

Installation using pip

To install paxb, run:

$ pip install paxb

Installation from source code

You can clone the repository:

$ git clone git@github.com:dapper91/paxb.git

Then install it:

$ cd paxb
$ pip install .