-
Notifications
You must be signed in to change notification settings - Fork 27
/
INSTALL
66 lines (36 loc) · 1.3 KB
/
INSTALL
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
INSTALLATION
0) Prerequisites:
ovs-toolbox is a python3 software with a Qt5 interface.
It depends on:
- python3
- python3-Qt5
- lxml
- paramiko
- plotnetcfg
- Graphviz
1) INSTALLATION ON FEDORA Linux
1.1) Install all dependencies
dnf install python3 python3-Qt5 plotnetcfg graphviz
pip3 install lxml
pip3 install paramiko
1.2) Download ovs_toolbox
git clone https://github.com/nbonnand/ovs-toolbox.git
1.3) ovs-toolbox.py is an all-in-one single file software, you can basically install it where you want, however a good place is in /usr/local/bin.
cd ovs_toolbox/
./install_ovstoolbox.sh
1.4) Run it !
ovs-toolbox.py
2) Installation on WINDOWS
2.0) IMPORTANT NOTICE: ovs-toolbox will work with known limitations
ovs-toolbox sofware was develop under and for linux platform. I am not familiar of Windows.
Despite I have tried to avoid linux python specific features in the code as much as I could, some features will not be working on windows platform.
2.1) Install Python3
Download it from https://www.python.org/downloads/windows/ and follow instructions
2.2) Install PyQt5
Follow instructions from: https://riverbankcomputing.com/software/pyqt/download5
2.3) Install paramiko and lxml
pip3 install lxml
pip3 install paramiko
2.4) Run it !
From a terminal launch the following command:
ovs-toolbox.py