-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix backward compatibility with Python 3.10
- Loading branch information
1 parent
218c462
commit a42f80c
Showing
3 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,13 +22,13 @@ | |
<sub><b>Install from GitHub source -</b></sub> | ||
|
||
```shell | ||
python -m pip install git+https://github.com/spencerwooo/[email protected].2 | ||
python -m pip install git+https://github.com/spencerwooo/[email protected].3 | ||
``` | ||
|
||
<sub><b>Install from Gitee mirror -</b></sub> | ||
|
||
```shell | ||
python -m pip install git+https://gitee.com/spencerwoo/[email protected].2 | ||
python -m pip install git+https://gitee.com/spencerwoo/[email protected].3 | ||
``` | ||
|
||
## Usage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters