Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AutisticShark committed Dec 25, 2021
1 parent ed6fc59 commit c22d6a6
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,8 @@
Shadowsocks-mod
===========

UIM 配套的后端程序
SSPanel-UIM 配套的 Shadowsocksr 后端程序

### 关于 Python2
dbq, Python2 实在是太难支持了呜呜呜,请 Python2 用户使用分支 `py2` 克隆代码。

*猫猫注:0202年了,该换掉Python2了*

### Python2 Install
Debian / Ubuntu:

apt update && apt install python-pip libffi-dev libssl-dev git
git clone -b py2 https://github.com/Anankke/shadowsocks-mod.git
cd shadowsocks-mod
pip install -r requirements.txt

CentOS:

yum install epel-release
yum update
yum install libffi libffi-devel openssl-devel python2-pip
git clone -b py2 https://github.com/Anankke/shadowsocks-mod.git
cd shadowsocks-mod
pip install -r requirements.txt

### Python3 TurnKey Install
请参见 https://wiki.sspanel.host/#/turnkey-install-for-node

Expand Down

0 comments on commit c22d6a6

Please sign in to comment.