Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
SEAL 3.4.5 is in coming.
  • Loading branch information
Huelse committed Mar 26, 2020
1 parent 6626f14 commit df341a5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.



Expand Down Expand Up @@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -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)

0 comments on commit df341a5

Please sign in to comment.