Skip to content

Commit da0d99a

Browse files
committed
Update README.md
1 parent d434eed commit da0d99a

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ Microsoft [**SEAL**](https://github.com/microsoft/SEAL) is an easy-to-use open-s
66

77
This is a python binding for the Microsoft SEAL library.
88

9+
[![Supported Versions](https://img.shields.io/pypi/pyversions/SEAL-Python.svg)](https://github.com/Huelse/SEAL-Python)
10+
911

1012

1113
## Contents
1214

15+
* [Install](#install)
1316
* [Build](#build)
1417
* [Typing](#typing)
1518
* [Note](#note)
@@ -20,6 +23,16 @@ This is a python binding for the Microsoft SEAL library.
2023

2124

2225

26+
## Install
27+
28+
SEAL-Python is available on PyPI:
29+
30+
```shell
31+
python -m pip install seal-python
32+
```
33+
34+
35+
2336
## Build
2437

2538
* ### Linux

0 commit comments

Comments
 (0)