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/rqor
Install via npx
npx @hexmos/ipm i rq/rqPrerequisites
Redis
system_packageVersion: >5.0.0
Valkey
system_packageVersion: >7.2.0
Python
languageVersion: >=3.6.0
pip
package_managerVersion: 21.x
git
system_toolVersion: 2.30.1
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install via pip
pip install rqPost 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/.
