Skip to content
Oreo edited this page Sep 25, 2022 · 8 revisions

Instructions

Installation

  1. Type pip install -U ssrspeed in command line.

  2. Set your work directory.

    • Specify or create a folder as work directory, and create data and resources folder in it.

    • Ortherwise, use current directory as work directory.

  3. Download latest clients_xxx.zip, unzip it, and then move them into the resources/clients folder in the above work directory.

  4. Download latest GeoIP2 GeoLite2 Databases, put GeoLite2-ASN.mmdb and GeoLite2-City.mmdb into resources/databases in the above work directory.

Usage

In your work directory (use cd to enter into) and type command below to view the full command parameters.

ssrspeed -h

说明

安装

  1. 在命令行中输入 pip install -U ssrspeed。如果你不懂透明代理或 pip 安装出现问题,可以使用清华源:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -U ssrspeed

  2. 设置你的工作目录

    • 指定或创建一个文件夹作为工作目录,并在其中创建 dataresources 文件夹。

    • 或者,使用当前目录作为工作目录

  3. 下载最新的 clients_xxx.zip,解压缩,然后将其中的文件夹移动到上一步指定工作目录resources/clients 文件夹中。

  4. 下载最新的 GeoIP2 GeoLite2 Databases,将 GeoLite2-ASN.mmdbGeoLite2-City.mmdb 放入之前指定工作目录resources/databases 文件夹中。

用法

在你的工作目录下(使用 cd 进入),输入下面的命令,查看完整的命令参数。

ssrspeed -h
Clone this wiki locally