aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
blob: d145d7b4fc646a451fe23549e4d20c4c54e822a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Installation
============

Installation needs to be done via setup.py.  For the impatient,

$ python setup.py develop --user

is a least effort, minimally disruptive starting point.

This will put a script you can invoke in ~/.local/bin/. You may need to include
that directory into your path.

To undo this process do:

$ python setup.py develop --user --uninstall
$ rm -f ~/.local/bin/lava-tool

Note that for various reasons the actual program (lava-tool) is not removed by
this step. Because this program is automatically generated it is safe to remove
it manually at any time.