Skip to content

Commit

Permalink
add Brotli to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
chettoy committed Apr 27, 2022
1 parent 0624ece commit 21c01e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,13 @@ FxxkStar works with [Python](https://www.python.org/download/) version 3.10 or a

**requirements**

- `lxml`, `beautifulsoup4`, `requests`, `zstandard`
- `lxml`, `beautifulsoup4`, `requests`, `brotli`, `zstandard`

You can install requirements with the following command (using TUNA mirror):

```shell
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple requests
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple brotli
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple lxml
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple beautifulsoup4
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple zstandard
Expand Down

0 comments on commit 21c01e2

Please sign in to comment.