Skip to content

Commit

Permalink
remove custom pyroute 2 from requirments
Browse files Browse the repository at this point in the history
  • Loading branch information
matanbroner committed May 15, 2023
1 parent 0fba800 commit 31340f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 31340f1

Please sign in to comment.