Gitiles
Code Review
Sign In
osm.etsi.org
/
osm
/
POL
/
refs/heads/netslice
/
.
/
debian
/
python3-osm-policy-module.postinst
blob: 3b248425807b3311b8b55dc2f75464cfab00c980 [
file
] [
log
] [
blame
]
#!/bin/bash
echo
"Installing python dependencies via pip..."
pip3 install kafka
==
1.3
.*
pip3 install peewee
==
3.1
.*
pip3 install jsonschema
==
2.6
.*
pip3 install six
==
1.11
.*
pip3 install pyyaml
==
3.
*
echo
"Installation of python dependencies finished"