InstallationΒΆ

Note

Supported Python version is 2.7.x

To install this tool, you can use any of the following commands

$ 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.

$ python setup.py install

After installing the package, you need to configure it (Configuration is not necessary but suggested). For configuration refer Configuration page.

Previous topic

Python SPOJ

Next topic

Configuration

This Page