Skip to content

Commit

Permalink
docs: add notes for the requirements.optional.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Dec 18, 2023
1 parent 741f396 commit e59cd67
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ If you want to have full features of Prime Backup, you can use the following com
pip3 install blake3 lz4
```

These optional requirements are also stored in the [requirements.optional.txt](https://github.com/TISUnion/PrimeBackup/blob/master/requirements.optional.txt)

```title="requirements.optional.txt"
--8<-- "requirements.optional.txt"
```

### Install the plugin

Download Prime Backup from [GitHub Release](https://github.com/TISUnion/PrimeBackup/releases),
Expand Down
6 changes: 6 additions & 0 deletions docs/quick_start.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ Prime Backup 需要一些 python 库才能运行,它们都被列在了
pip3 install blake3 lz4
```

这些可选的依赖也被列在了 [requirements.optional.txt](https://github.com/TISUnion/PrimeBackup/blob/master/requirements.optional.txt)

```title="requirements.optional.txt"
--8<-- "requirements.optional.txt"
```

### 安装插件

[GitHub Release](https://github.com/TISUnion/PrimeBackup/releases) 下载 Prime Backup 插件,
Expand Down

0 comments on commit e59cd67

Please sign in to comment.