We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f2fece commit 9846545Copy full SHA for 9846545
README.md
@@ -34,9 +34,9 @@ This is a python binding for the Microsoft SEAL library.
34
pip3 install -r requirements.txt
35
36
# Init the SEAL and pybind11
37
- git submodule init && git submodule update
+ git submodule update --init --recursive
38
# Get the newest repositories (unnecessary)
39
- git submodule update --remote
+ # git submodule update --remote
40
41
# Build the SEAL lib
42
cd SEAL
0 commit comments