File: installation.rst

package info (click to toggle)
python-cleo 2.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,120 kB
  • sloc: python: 8,293; makefile: 22; sh: 2
file content (18 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>`_