Update README.md

This commit is contained in:
Donald Zou
2021-04-07 15:58:00 -04:00
committed by GitHub
parent 14d1a3038f
commit 5e6be1f830

View File

@@ -21,12 +21,14 @@
- Ubuntu 18.04.1 LTS, other OS might work, but haven't test yet.
- ‼️ Make sure you have **Wireguard** installed.‼️ <a href="https://www.wireguard.com/install/">How to install?</a>
- 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**
```