# Note: depends on Python # Note: depends on hiredis wget -c https://github.com/redis/hiredis-py/archive/v1.0.0/hiredis-py-1.0.0.tar.gz wget -c https://github.com/redis/hiredis/archive/v0.14.0/hiredis-0.14.0.tar.gz tar -xzf hiredis-py-1.0.0.tar.gz cd hiredis-py-1.0.0 tar -C vendor/hiredis --strip-components=1 -xzf ../hiredis-0.14.0.tar.gz python3 setup.py build python3 setup.py install # as root