From df341a5b440aefe8df8db46e6bc8d9dcf6a2eaaf Mon Sep 17 00:00:00 2001 From: Huelse <5956877@qq.com> Date: Thu, 26 Mar 2020 23:07:06 +0800 Subject: [PATCH] typo fixes SEAL 3.4.5 is in coming. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 98344b6..79b5adb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Microsoft [**SEAL**](/~https://github.com/microsoft/SEAL) is an easy-to-use open-s [**pybind11**](/~https://github.com/pybind/pybind11) is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code. -This is a python binding for Microsoft SEAL library. +This is a python binding for the Microsoft SEAL library. @@ -37,7 +37,7 @@ pip3 install -r requirements.txt # Setuptools (Recommend) cd src python3 setup.py build_ext -i -# or instal, global use, suggest to install in virtual environment +# or install python3 setup.py install # CMake (Optional) @@ -55,7 +55,7 @@ make Visual Studio 2017 version 15.3 or newer is required to build Microsoft SEAL. -Open the `SEAL/SEAL.sln` in VS, config in `x64, Release, WinSDK(17763 etc)` mode and generate it. +Open the `SEAL/SEAL.sln` in VS, config in `x64, Release, WinSDK(17763, etc)` mode and generate it. ```shell cd src @@ -109,3 +109,5 @@ Email: [huelse@oini.top](mailto:huelse@oini.top?subject=Github-SEAL-Python-Issue ## Contributing * Professor: [Dr. Chen](https://zhigang-chen.github.io/) +* [Contributors](/~https://github.com/Huelse/SEAL-Python/graphs/contributors) +