Huelse / SEAL-Python

Microsoft SEAL 4.X For Python
MIT License
319 stars 66 forks source link

how to use the seal lib in other project? #27

Closed minhyannv closed 4 years ago

minhyannv commented 4 years ago

if i use the seal algorithm,should i copy my own project in the SEAL-Python?,can i just copy necessary files to my other project to use the seal lib?

Huelse commented 4 years ago

Just like #26, move the seal.<version>.pyd to your project folder or python setup.py install which will globally installed in the pip list.

minhyannv commented 4 years ago

oh ,thank you!