From 18dbc650488ccf41fc84bc00bd8139f78bacab2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Mon, 25 Jan 2021 08:46:14 -0700 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 03d1c0ce..c04a062d 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,12 @@ The impact of fq_codel on a 3000Mbps connection vs hard rate limiting — a 30x * One management network interface, completely seperate from the traffic shaping interface NIC. * NIC supporting two virtual interfaces for traffic shaping (in/out), preferably SFP+ capable * Intel X710 recommended for anything over 1Gbps. -* Python 3 - * python3 -m pip install ipaddress schedule prettytable - * If running as service: - * sudo python3 -m pip install ipaddress schedule prettytable * Recent Linux kernel for up-to-date linux tc package. Ubuntu Server 20.04.1+ recommended +* Python 3 +``` +python3 -m pip install ipaddress schedule prettytable +sudo python3 -m pip install ipaddress schedule prettytable +``` ### VM Performance #### Memory use On ProxMox VMs you can enable ballooning memory to allow freed up memory to be reclaimed by the hypervisor.