Documents
installation
installation
Type
External
Status
Published
Created
Mar 21, 2026
Updated
Mar 21, 2026

Installation
############

You can install Cleo in various ways:

  • Using Poetry <https://poetry.eustace.io>_ :

    .. code-block:: bash

      $ poetry add cleo
    
  • Using pip

    .. code-block:: bash

      $ pip install cleo
    
  • Use the official repository <https://github.com/python-poetry/cleo>_