Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 383 Bytes

install.rst

File metadata and controls

18 lines (10 loc) · 383 Bytes

Installation

Source package is available on PyPi. It is pure python and you do not need a c/c++ compiler.

You can get the package from PyPi: https://pypi.python.org/pypi/lambdaJSON

To install, run:

python setup.py install

You can also use pip to install the package:

pip install lambdaJSON

to upgrade using pip:

pip install lambdaJSON --upgrade