We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Type pip install -U ssrspeed in command line.
pip install -U ssrspeed
Set your work directory.
Specify or create a folder as work directory, and create data and resources folder in it.
data
resources
Ortherwise, use current directory as work directory.
Download latest clients_xxx.zip, unzip it, and then move them into the resources/clients folder in the above work directory.
clients_xxx.zip
resources/clients
Download latest GeoIP2 GeoLite2 Databases, put GeoLite2-ASN.mmdb and GeoLite2-City.mmdb into resources/databases in the above work directory.
GeoLite2-ASN.mmdb
GeoLite2-City.mmdb
resources/databases
In your work directory (use cd to enter into) and type command below to view the full command parameters.
cd
ssrspeed -h
在命令行中输入 pip install -U ssrspeed。如果你不懂透明代理或 pip 安装出现问题,可以使用清华源:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -U ssrspeed。
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -U ssrspeed
设置你的工作目录。
指定或创建一个文件夹作为工作目录,并在其中创建 data 和 resources 文件夹。
或者,使用当前目录作为工作目录。
下载最新的 clients_xxx.zip,解压缩,然后将其中的文件夹移动到上一步指定工作目录的 resources/clients 文件夹中。
下载最新的 GeoIP2 GeoLite2 Databases,将 GeoLite2-ASN.mmdb 和 GeoLite2-City.mmdb 放入之前指定工作目录的 resources/databases 文件夹中。
在你的工作目录下(使用 cd 进入),输入下面的命令,查看完整的命令参数。