From 31340f11b34bb9f2c6e8ddc82cee595f738b1ad9 Mon Sep 17 00:00:00 2001 From: Matan Broner Date: Mon, 15 May 2023 00:33:39 +0000 Subject: [PATCH] remove custom pyroute 2 from requirments --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4f5479e..da5e238 100644 --- a/Makefile +++ b/Makefile @@ -24,8 +24,7 @@ setup_transport_converter: $(ENV_NAME)/bin/pip install --upgrade pip $(ENV_NAME)/bin/pip install -r ./5GTC/requirements.txt $(ENV_NAME)/bin/pip install install ./5GTC/pkg/mptcp_util - $(ENV_NAME)/bin/pip install install ./pyroute2 - + run_transport_converter: cd 5GTC && ../$(ENV_NAME)/bin/python3 ./main.py