Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview
How to install rq/rq. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

rq/rq Installation Guide

How to install rq/rq. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for rq/rq. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i rq/rq
or

Install via npx

npx @hexmos/ipm i rq/rq

Prerequisites

Redis

system_package

Version: >5.0.0

Valkey

system_package

Version: >7.2.0

Python

language

Version: >=3.6.0

pip

package_manager

Version: 21.x

git

system_tool

Version: 2.30.1

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install via pip

pip install rq

Post Installation Steps

  • Start the Redis server if you haven't already.
  • Run the following command to start the RQ worker: `rq worker`
  • You can access your application at http://localhost:8000/.