Skip to content
Joseph Bywater edited this page Jun 19, 2016 · 1 revision

#Installing livejson

livejson supports both Python 2 and 3, and can be easily installed with pip.

# Python 2
sudo pip install livejson
# Python 3
sudo pip3 install livejson

After installing, you can just import livejson from within your code!

Clone this wiki locally