In the installation guide, Celery is tested to see if it able to connect to Redis, but will result in an error as the Redis package is not installed.
https://github.com/DMOJ/docs/blob/master/docs/site/installation.md?plain=1#L159
pip3 install Redis should be ran before the command.
I'd be happy to open a PR to fix this, thank you!
In the installation guide, Celery is tested to see if it able to connect to Redis, but will result in an error as the
Redispackage is not installed.https://github.com/DMOJ/docs/blob/master/docs/site/installation.md?plain=1#L159
pip3 install Redisshould be ran before the command.I'd be happy to open a PR to fix this, thank you!