File: install.rst

package info (click to toggle)
lavacli 2.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 876 kB
  • sloc: python: 15,479; sh: 114; makefile: 30
file content (36 lines) | stat: -rw-r--r-- 711 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.. _installation:

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

Debian
======
A `Debian package <https://packages.debian.org/unstable/lavacli>`_ is available
for Debian unstable and could be installed with:

.. code-block:: shell

    apt install lavacli

PyPi
====

lavacli is also available on `Pypi <https://pypi.org/project/lavacli/>`_ and can be installed with:

.. code-block:: shell

    pip install lavacli

Development versions
=====================

It's also possible to use lavacli directly from the sources:

.. code-block:: shell

    git clone https://gitlab.com/lava/lavacli.git
    cd lavacli
    virtualenv -p python3 venv
    source venv/bin/activate
    pip install -r requirements.txt
    python3 -m lavacli