Installation ========== Before installing zcached.py, ensure that you have the zcached server. Instructions for installing and running the server can be found `here. `_ Once the zcached server is ready to use, you can proceed to install zcached.py using pip: .. note:: Zcached.py requires at least Python 3.8. .. tab:: Windows .. code-block:: powershell > pip install -U zcached.py .. tab:: MacOS / Linux .. code-block:: sh $ pip install -U zcached.py