From b0cf17c59949c0e274bf29695fb97f094fbacd94 Mon Sep 17 00:00:00 2001 From: "ying.yunlong" Date: Thu, 21 Sep 2017 13:29:17 +0800 Subject: Modify vnfmgr code according to PEP8 standard Change-Id: I31393f8180e126d5628c917a2f447bb0b85a00e6 Issue-ID: VFC-408 Signed-off-by: ying.yunlong --- mgr/initialize.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'mgr/initialize.sh') diff --git a/mgr/initialize.sh b/mgr/initialize.sh index 7ace382..3425019 100755 --- a/mgr/initialize.sh +++ b/mgr/initialize.sh @@ -12,4 +12,5 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + pip install -r requirements.txt -- cgit 1.2.3-korg