1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-09-29 16:10:13 +02:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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**
```