Skip to content

Commit 053c4e6

Browse files
committed
update readme
1 parent cfede91 commit 053c4e6

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

README.en.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,10 @@ Implemented in C language, encapsulated based on the native CPython interface, w
1010

1111
## Installation
1212

13-
### Windows
14-
15-
For `python3.8` and higher versions, you can directly install using `pip`.
16-
1713
```bash
1814
pip install gmalglib
1915
```
2016

21-
Alternatively, refer to the source code installation for other platforms.
22-
23-
### Other Platforms
24-
25-
Visit the PyPI project file list [Download files](https://pypi.org/project/gmalglib/#files) page to download the source distribution package `gmalglib-x.y.z.tar.gz`, then proceed with the source code installation.
26-
27-
```bash
28-
pip install gmalglib-x.y.z.tar.gz
29-
```
30-
3117
## Core Algorithms Implemented
3218

3319
- SM2 Public Key Cryptograhpic Algorithm Based on Elliptic Curves

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,10 @@
1010

1111
## 安装
1212

13-
### Windows
14-
15-
对于 `python3.8` 及以上, 可以直接使用 `pip` 进行安装.
16-
1713
```bash
1814
pip install gmalglib
1915
```
2016

21-
或者参考其他平台使用源码安装.
22-
23-
### 其他平台
24-
25-
前往 PyPI 项目文件列表 [Download files](https://pypi.org/project/gmalglib/#files) 页面下载源码发布包 `gmalglib-x.y.z.tar.gz`, 之后使用源码安装.
26-
27-
```bash
28-
pip install gmalglib-x.y.z.tar.gz
29-
```
30-
3117
## 已实现的核心算法
3218

3319
- SM3 密码杂凑算法

0 commit comments

Comments
 (0)