Skip to content

Commit

Permalink
Add some details
Browse files Browse the repository at this point in the history
  • Loading branch information
Huelse committed May 4, 2022
1 parent 629c467 commit 7e5f990
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ This is a python binding for the Microsoft SEAL library.

* ### Windows

Visual Studio 2019 or newer is required. And use the **x64 Native Tools Command Prompt for VS** command prompt to configure and build the Microsoft SEAL library. It's usually can be found in your Start Menu.
Visual Studio 2019 or newer is required. x64 support only! And use the **x64 Native Tools Command Prompt for VS** command prompt to configure and build the Microsoft SEAL library. It's usually can be found in your Start Menu.

```shell
# Same as above
Expand All @@ -74,6 +74,8 @@ This is a python binding for the Microsoft SEAL library.
pip install numpy pybind11
python setup.py build_ext -i
cp *.so examples
```

Microsoft SEAL official [docs](https://github.com/microsoft/SEAL#building-microsoft-seal-manually).
Expand Down

0 comments on commit 7e5f990

Please sign in to comment.