Skip to content

Commit a9d90e2

Browse files
authored
Update README.md (#195)
1 parent e45d01c commit a9d90e2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Table of Contents
44

5+
- [Installing using pip](#installing-using-pip)
56
- [Running from Docker](#running-from-docker)
67
- [Building from Source](#building-from-source)
78
- [Prerequisites](#requirements)
@@ -12,6 +13,18 @@
1213
- [OpenFHE Python Wrapper Documentation](#openfhe-python-wrapper-documentation)
1314
- [Contributing Guide](#contributing-guide)
1415

16+
## Installing using pip (for Ubuntu)
17+
18+
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+
1528
## Running from Docker
1629

1730
Please see [Instructions for the Docker setup](docker/README.md)

0 commit comments

Comments
 (0)