Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mark Schouten
ypconfig
Commits
f97f8488
Commit
f97f8488
authored
Mar 10, 2017
by
Mark Schouten
Browse files
Move INSTALL.md to requirements.txt
parent
50f0d51d
Changes
3
Hide whitespace changes
Inline
Side-by-side
INSTALL.md
deleted
100644 → 0
View file @
50f0d51d
The following Python packages are required
-
Python 3
-
pip3 install docopt
-
pip3 install schema
-
pip3 install PyYAML
-
pip3 install pyroute2
lib/ypconfig/Netlink.py
View file @
f97f8488
...
...
@@ -84,3 +84,14 @@ def GetNow():
ret
[
this
[
'name'
]]
=
this
return
ret
def
AddIface
(
ipdb
,
iface
):
def
DelIface
(
ipdb
,
iface
):
def
UpIface
(
ipdb
,
iface
):
def
DownIface
(
ipdb
,
iface
):
def
Commit
(
ipdb
):
ipdb
.
commit
()
\ No newline at end of file
requirements.txt
0 → 100644
View file @
f97f8488
schema
==0.6.5
pyroute2
==0.4.13
PyYAML
==3.12
docopt
==0.6.2
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment