Skip to content

Commit

Permalink
Remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Huelse committed Apr 5, 2022
1 parent 7b80e0d commit 55af9a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This is a python binding for the Microsoft SEAL library.
cd SEAL-Python

# Install dependencies
pip3 install -r numpy pybind11
pip3 install numpy pybind11

# Init the SEAL and pybind11
git submodule update --init --recursive
Expand All @@ -42,15 +42,15 @@ This is a python binding for the Microsoft SEAL library.

# Build the SEAL lib
cd SEAL
cmake -S . -B build -DSEAL_USE_MSGSL=OFF -DSEAL_USE_ZLIB=OFF
cmake -S . -B build -DSEAL_USE_MSGSL=OFF -DSEAL_USE_ZLIB=OFF
cmake --build build
cd ..

# Run the setup.py
python3 setup.py build_ext -i

# Test
cp seal.*.so examples
cp seal.*.so examples
python3 4_bgv_basics.py
```

Expand Down

0 comments on commit 55af9a2

Please sign in to comment.