mirror of
https://github.com/ltcptgeneral/CS-239-Cryptography-Project.git
synced 2025-11-10 11:36:51 +00:00
basic hyperbolic distance implementation using FHE in python
This commit is contained in:
6
venv_setup.sh
Executable file
6
venv_setup.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
apt install -y python3.9-venv python3.9-dev
|
||||
mkdir ~/.venvs
|
||||
rm -rf ~/.venvs/cs239
|
||||
python3.9 -m venv ~/.venvs/cs239
|
||||
source ~/.venvs/cs239/bin/activate
|
||||
pip install pyfhel
|
||||
Reference in New Issue
Block a user