Skip to content

Commit ec2dc23

Browse files
committed
Update README
1 parent 33eb52d commit ec2dc23

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ sudo rpm -i meile-gui-v1.8.0-1.fc36.x86_64.rpm
8686

8787
*dnf* is **recommended** as it will install all dependencies for Meile to function correctly.
8888

89-
90-
9189
# Arch Linux (.zst)
9290

9391
Our wonderful community member and part-time developer @Tkd-Alex has graciously taken on the role of compiling an Arch Linux package. The current release version is **1.8.0** and can be downloaded from: [Meile Arch Linux Release](https://github.com/MathNodes/meile-gui/releases/download/v1.8.0/meile-gui-1.8.0-1-x86_64.pkg.tar.zst)
@@ -98,18 +96,23 @@ To install, run:
9896
sudo pacman -U --noconfirm meile-gui-1.8.0-1-x86_64.pkg.tar.zst
9997
```
10098

101-
102-
10399
## Installing via pip
104100

105101
**Requirements:** python<=3.10
106102

103+
**Recommended:** python==3.10.x
104+
105+
To install python3.10 on Ubuntu 20.04/Fedora 36 or older follow the instructions here:
106+
107+
108+
[Install python3.10 as python on ubuntu 20.04 · GitHub](https://gist.github.com/ant1fact/8fdacea1b925ec9219cb04467783b18c)
109+
107110

108111

109112
Meile dVPN GUI v0.15.0.0 is now available as a pip packages as well. These are pre-releases scheduled to be built into a binary for the various platforms. First install system dependencies:
110113

111114
```shell
112-
sudo apt install -y wireguard-tools openresolv mesa-utils libgl1-mesa-glx xclip python3-devel curl net-tools python3-venv
115+
sudo apt install -y wireguard-tools openresolv mesa-utils libgl1-mesa-glx xclip python3-dev curl net-tools python3.10-venv build-essential
113116
```
114117

115118
Then install via pip
@@ -160,8 +163,6 @@ We package the following binaries with our releases:
160163

161164
We have built tun2socks, v2ray, and sentinel-cli from source on the target architectures. Cloudflare warp is closed-source and so we packaged the binaries direct from the install link above. For windows we downloaded the pre-built gsudo binary from the above github.
162165

163-
164-
165166
**Note:** we use **v2ray** version **5.1.0** as this is what the dvpn-node software also uses and it is recommended to use the same client version as the server version.
166167

167168
## Help

0 commit comments

Comments
 (0)