SEAL-Python icon indicating copy to clipboard operation
SEAL-Python copied to clipboard

how to conda install after build

Open brinwiththevlin opened this issue 2 years ago • 1 comments

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

brinwiththevlin avatar Nov 05 '23 16:11 brinwiththevlin

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

Huelse avatar Nov 08 '23 02:11 Huelse