Installation

This section covers the steenzout.serialization.json installation.

pip

To install steenzout.serialization.json, you can run the following command:

$ pip install steenzout.serialization.json

The Python installation guide can guide you through the process of getting pip installed.

source

The code is available at github.

You can clone the public repository:

$ git clone git://github.com/steenzout/python-serialization-json.git

You can also go to the releases tab and pick a tarball or zip.

For example:

$ curl -OL https://github.com/steenzout/python-serialization-json/archive/1.0.0.tar.gz

Once you have a copy of the source and have extracted its files, you can install it using:

$ python setup.py install