Huelse / SEAL-Python

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

how to conda install after build #115

Open brinwiththevlin opened 8 months ago

brinwiththevlin commented 8 months ago

I was able to successfully build this repo following the instructions in the readme and i was able to run the example codes in the example folders. my question is if there is a way to pip/conda install this API so i can import seal from a directory that is outside of this repo? appologies if I skipped a step

Huelse commented 8 months ago

Sorry for replying you late, you can use python3 setup.py install.