You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Ubuntu, openfhe-python can be installed using pip. All available releases are listed at [Python Package Index OpenFHE Releases](https://pypi.org/manage/project/openfhe/releases/). Find the release for your version of Ubuntu and run
19
+
20
+
```
21
+
pip install openfhe==<openfhe_package_version>
22
+
```
23
+
24
+
Once installed, any python example at https://github.com/openfheorg/openfhe-python/tree/main/examples can be executed.
25
+
26
+
Note that Ubuntu LTS 20.04, 22.04, and 24.04 are currently supported. `pip uninstal` can be used to uninstall the openfhe package.
27
+
15
28
## Running from Docker
16
29
17
30
Please see [Instructions for the Docker setup](docker/README.md)
0 commit comments