Installation ============ .. note:: Supported Python version is 2.7.x To install this tool, you can use any of the following commands .. highlight:: bash :: $ pip install --upgrade python_spoj $ easy_install python_spoj OR you can download the source code from project `Github Repository`_ and use the following command. .. _Github Repository: https://github.com/DheerendraRathor/python-spoj/ .. highlight:: bash :: $ python setup.py install After installing the package, you need to configure it (Configuration is not necessary but suggested). For configuration refer :doc:`configuration` page.