Closed minhyannv closed 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?
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.
seal.<version>.pyd
python setup.py install
oh ,thank you!
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?