Installation

This part of the documentation covers the installation of Retask. The first step to using any software package is getting it properly installed.

Distribute & Pip

Installing requests is simple with pip:

$ python3 -m pip install retask

Get the Code

Retask is actively developed on GitHub, where the code is always available.

You can either clone the public repository:

git clone git://github.com/kushaldas/retask.git

Download the tarball:

$ curl -OL https://github.com/kushaldas/retask/tarball/main

Or, download the zipball:

$ curl -OL https://github.com/kushaldas/retask/tarball/main

Then build via using flit tool.:

$ flit build

Installing redis-py

You can install redis-py with pip:

$ python3 -m pip install redis