Skip to content

Commit 29be6f8

Browse files
authored
Updated README.md
1 parent c12790f commit 29be6f8

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Microsoft [**SEAL**](https://github.com/microsoft/SEAL) is an easy-to-use open-s
99
[![Supported Versions](https://img.shields.io/pypi/pyversions/SEAL-Python.svg)](https://github.com/Huelse/SEAL-Python)
1010

1111

12-
1312
## Contents
1413

1514
* [Install](#install)
@@ -22,7 +21,6 @@ Microsoft [**SEAL**](https://github.com/microsoft/SEAL) is an easy-to-use open-s
2221
* [Release](#release)
2322

2423

25-
2624
## Install
2725

2826
SEAL-Python is available on [PyPI](https://pypi.org/project/seal-python/):
@@ -32,7 +30,6 @@ python -m pip install seal-python
3230
```
3331

3432

35-
3633
## Build
3734

3835
On macOS, use the same deployment target for both the SEAL static library and the Python extension to avoid linker warnings about mismatched macOS versions:
@@ -124,7 +121,6 @@ PY
124121
```
125122

126123

127-
128124
## Note
129125

130126
* ### Serialize
@@ -142,10 +138,7 @@ PY
142138

143139
* ### Other
144140

145-
There are a lot of changes in the latest SEAL lib, we try to make the API in python can be used easier, but it may remain some problems unknown, if any problems or bugs, report [issues](https://github.com/Huelse/SEAL-Python/issues).
146-
147-
Email: [topmaxz@protonmail.com](mailto:topmaxz@protonmail.com?subject=Github-SEAL-Python-Issues)
148-
141+
The latest SEAL library includes many changes. We’ve tried to make the Python API easier to use, but some issues may still exist. If you encounter any problems or bugs, please report them on [issues](https://github.com/Huelse/SEAL-Python/issues).
149142

150143

151144
## FAQ
@@ -169,7 +162,7 @@ PY
169162
3. BuildError:
170163

171164
1. C++17 at least
172-
165+
173166
2. x86_64 is required, which `x86_32` is not supported
174167

175168

@@ -210,7 +203,6 @@ python3 -m twine upload dist/*
210203
```
211204

212205

213-
214206
## Contributing
215207

216208
* Professor: [Dr. Chen](https://zhigang-chen.github.io/)

0 commit comments

Comments
 (0)