]> git.proxmox.com Git - mirror_ifupdown2.git/blob - docs/source/gettingstarted.rst
.gitignore: pycharm remote execution update
[mirror_ifupdown2.git] / docs / source / gettingstarted.rst
1 Getting Started
2 ===============
3
4 Prerequisites
5 -------------
6 * python-ifupdown2 is currently only tested on debian wheezy
7 * python-ifupdown2 needs python version 2.6 or greater
8 * Depends on: python-stdeb (for deb builds), python-docutils
9 (for rst2man), python-argcomplete, 'python-ipaddr'
10 * Depends on python-gvgen package for printing interface graphs (this will be made optional in the future)
11 * Optional dependency for template engine: python-mako
12
13
14 Building
15 --------
16 $git clone <ifupdown2 git url> ifupdown2
17
18 $cd ifupdown2/ifupdown2
19
20 $./build.sh
21
22 Installing
23 ----------
24 install generated python-ifupdown2-<ver>.deb
25
26 $dpkg -i <python-ifupdown2-<ver>.deb
27