Installation

This part of the documentation covers the installation of sqjobs.

Using pip

To install sqjobs, simply run this simple command in your terminal of choice:

$ pip install sqjobs

If you don’t have pip installed, this Python installation guide can guide you through the process.

Get the source code

Requests is developed on GitHub, where the code is available.

You can either clone the public repository:

$ git clone git://github.com/igalarzab/sqjobs.git

Or, download the tarball:

$ curl -OL https://github.com/igalarzab/sqjobs/tarball/master

Once you have a copy of the source, you can embed it in your own Python package, or install it into your site-packages easily:

$ python setup.py install

Where to go next?

Check out our quickstart or our advanced topics.