From 5e6be1f8308ce35b46b8bbb0660212c2eeddbacd Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Wed, 7 Apr 2021 15:58:00 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b2bf4c5..efc7c65 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,14 @@ - Ubuntu 18.04.1 LTS, other OS might work, but haven't test yet. - ‼️ Make sure you have **Wireguard** installed.‼️ How to install? - Configuration files under **/etc/wireguard** -- Python 3.7 +- Python 3.7+ & Pip3 + - To install Python 3 and Pip 3, for example on Debian bases OS (i.e Ubuntu): + ``` + $ sudo apt-get install python3 python3-pip + ``` ## 🛠Install - - **1. Install Python Dependencies** ```