We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d434eed commit da0d99aCopy full SHA for da0d99a
1 file changed
README.md
@@ -6,10 +6,13 @@ Microsoft [**SEAL**](https://github.com/microsoft/SEAL) is an easy-to-use open-s
6
7
This is a python binding for the Microsoft SEAL library.
8
9
+[](https://github.com/Huelse/SEAL-Python)
10
+
11
12
13
## Contents
14
15
+* [Install](#install)
16
* [Build](#build)
17
* [Typing](#typing)
18
* [Note](#note)
@@ -20,6 +23,16 @@ This is a python binding for the Microsoft SEAL library.
20
23
21
24
22
25
26
+## Install
27
28
+SEAL-Python is available on PyPI:
29
30
+```shell
31
+python -m pip install seal-python
32
+```
33
34
35
36
## Build
37
38
* ### Linux
0 commit comments